Skip to content

Commit

Permalink
Remove action button hyphenation and use brackets instead
Browse files Browse the repository at this point in the history
  • Loading branch information
oswian committed Oct 21, 2024
1 parent 3eb7840 commit c558784
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -462,11 +462,11 @@ function getLoggedInPlansAction( {
span: <span className="plan-features-2023-grid__actions-signup-plan-text" />,
},
} )
: translate( 'Upgrade %(priceString)s', {
: translate( 'Upgrade (%(priceString)s)', {
context: 'verb',
args: { priceString: priceString ?? '' },
comment:
'%(priceString)s is the full price including the currency. Eg: Get Upgrade - $10',
'%(priceString)s is the full price including the currency. Eg: Get Upgrade ($10)',
} )
);
}
Expand Down

0 comments on commit c558784

Please sign in to comment.