Remove "shopper's" from string (https://github.com/woocommerce/woocommerce-blocks/pull/12049)
This commit is contained in:
parent
38fbb179d9
commit
fac4312664
|
@ -23,7 +23,7 @@ class ReviewCheckoutTask extends Task {
|
||||||
* @return string
|
* @return string
|
||||||
*/
|
*/
|
||||||
public function get_title() {
|
public function get_title() {
|
||||||
return __( 'Review your shopper\'s checkout experience', 'woo-gutenberg-products-block' );
|
return __( 'Review your checkout experience', 'woo-gutenberg-products-block' );
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue