Skip to content

Commit

Permalink
Improved copy quality (#94073)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulopmt1 authored Aug 30, 2024
1 parent ffabdd9 commit 7a1c193
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/me/purchases/confirm-cancel-domain/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -127,12 +127,12 @@ class ConfirmCancelDomain extends Component {
getLocaleSlug() === 'en' ||
getLocaleSlug() === 'en-gb' ||
i18n.hasTranslation(
'Unable to cancel your purchase. Please try again later {{a}}or contact support{{/a}}.'
'Unable to cancel your purchase. Please try again later or {{a}}contact support{{/a}}.'
)
) {
this.props.errorNotice(
translate(
'Unable to cancel your purchase. Please try again later {{a}}or contact support{{/a}}.',
'Unable to cancel your purchase. Please try again later or {{a}}contact support{{/a}}.',
{
components: {
a: <ActionPanelLink href="/help/contact" />,
Expand Down

0 comments on commit 7a1c193

Please sign in to comment.