Skip to content

Commit

Permalink
Purchases: Clarify "Cancel" Copy (#92113)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aurorum authored Dec 10, 2024
1 parent 8a0fabd commit 4643cd9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions client/me/purchases/non-primary-domain-dialog/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ class NonPrimaryDomainDialog extends Component {
const buttons = [
{
action: 'cancel',
label: translate( 'Cancel' ),
label: translate( 'Keep plan' ),
},
{
action: 'remove',
isPrimary: true,
label: translate( 'Remove Plan' ),
label: translate( 'Remove plan' ),
onClick: this.removePlan,
},
];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ const WordAdsEligibilityWarningDialog = ( {
const buttons = [
{
action: 'cancel',
label: translate( 'Cancel' ),
label: translate( 'Keep plan' ),
},
{
action: 'remove',
isPrimary: true,
label: translate( 'Remove Plan' ),
label: translate( 'Remove plan' ),
onClick: removePlan,
},
];
Expand Down

0 comments on commit 4643cd9

Please sign in to comment.