Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
Remove "shopper's" from string
Browse files Browse the repository at this point in the history
  • Loading branch information
mikejolley committed Dec 5, 2023
1 parent 836548a commit 26ca40a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Domain/Services/OnboardingTasks/ReviewCheckoutTask.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public function get_id() {
* @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' );
}

/**
Expand Down

0 comments on commit 26ca40a

Please sign in to comment.