Update In-App Marketplace tour wording (#35929)
This commit is contained in:
parent
5786da4030
commit
4ac1d822ac
|
@ -24,7 +24,7 @@ export const getSteps = (): TourKitTypes.WooStep[] => {
|
|||
descriptions: {
|
||||
desktop: createInterpolateElement(
|
||||
__(
|
||||
'This is the place to find extensions, themes, and services for your store - all reviewed and approved by the WooCommerce team.<br/><br/>Whether you’re looking to improve your store or grow your business, you can find a solution here. There are hundreds of options available, and new products are added regularly.<br/><br/>The WooCommerce Marketplace is also available at WooCommerce.com.',
|
||||
'Power up your store by adding extra functionality using extensions, find a fresh new look with themes, or integrate your store with other software and services.<br/><br/>The WooCommerce Marketplace is your go-to for all of the above, and the only place you’ll find products that have been reviewed and approved by the WooCommerce team.<br/><br/>Whether you’re looking to improve your store or grow your business, you can find a solution here. There are hundreds of options available, and new products are added regularly.<br/><br/>The WooCommerce Marketplace is also available at WooCommerce.com.',
|
||||
'woocommerce'
|
||||
),
|
||||
{
|
||||
|
@ -46,7 +46,7 @@ export const getSteps = (): TourKitTypes.WooStep[] => {
|
|||
heading: __( 'Find exactly what you need', 'woocommerce' ),
|
||||
descriptions: {
|
||||
desktop: __(
|
||||
'Use the search box to find specific products.',
|
||||
'Use the search box to find specific products or solutions.',
|
||||
'woocommerce'
|
||||
),
|
||||
},
|
||||
|
@ -111,7 +111,7 @@ export const getSteps = (): TourKitTypes.WooStep[] => {
|
|||
descriptions: {
|
||||
desktop: createInterpolateElement(
|
||||
__(
|
||||
"Products purchased from the WooCommerce Marketplace can be managed in My Subscriptions, either here or on WooCommerce.com.<br/><br/>Every purchase is backed by our <a1>30-day money-back guarantee</a1>, and includes <a2>email and live chat support</a2>.<br/><br/>That's it! We hope the Marketplace helps you build the business of your dreams.",
|
||||
"Products purchased from the WooCommerce Marketplace can be managed in My Subscriptions, either here or on WooCommerce.com.<br/><br/>Every purchase is backed by our <a1>30-day money-back guarantee</a1>, and includes <a2>email and live chat support</a2>.<br/><br/>That's it! We hope the WooCommerce Marketplace helps you build the business of your dreams.",
|
||||
'woocommerce'
|
||||
),
|
||||
{
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
Significance: minor
|
||||
Type: update
|
||||
|
||||
Update wording for In-App Marketplace tour.
|
|
@ -23,7 +23,10 @@ class TourInAppMarketplace extends Task {
|
|||
* @return string
|
||||
*/
|
||||
public function get_title() {
|
||||
return __( 'Tour the WooCommerce Marketplace', 'woocommerce' );
|
||||
return __(
|
||||
'Discover where to find powerful store add-ons and integrations, with a WooCommerce Marketplace tour',
|
||||
'woocommerce'
|
||||
);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue