This commit is contained in:
Mike Jolley 2023-12-05 12:37:19 +00:00 committed by GitHub
parent 38fbb179d9
commit fac4312664
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ class ReviewCheckoutTask extends Task {
* @return string
*/
public function get_title() {
return __( 'Review your shopper\'s checkout experience', 'woo-gutenberg-products-block' );
return __( 'Review your checkout experience', 'woo-gutenberg-products-block' );
}
/**