From 7a1c193bf725422661fad7062f0f4cf9db4da540 Mon Sep 17 00:00:00 2001 From: Paulo Marcos Trentin Date: Fri, 30 Aug 2024 09:43:54 -0300 Subject: [PATCH] Improved copy quality (#94073) --- client/me/purchases/confirm-cancel-domain/index.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/me/purchases/confirm-cancel-domain/index.jsx b/client/me/purchases/confirm-cancel-domain/index.jsx index da3bd873b6187..60d976aada6d1 100644 --- a/client/me/purchases/confirm-cancel-domain/index.jsx +++ b/client/me/purchases/confirm-cancel-domain/index.jsx @@ -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: ,