From a8ed57bed6dc6496136ba18f98674639eee6b47c Mon Sep 17 00:00:00 2001 From: Cy Okeke Date: Fri, 20 Jun 2025 15:20:01 +0100 Subject: [PATCH] correct the typo --- .../trial-payment-method-dialog.component.html | 2 +- apps/web/src/locales/en/messages.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/web/src/app/billing/shared/trial-subscription-dialog/trial-payment-method-dialog.component.html b/apps/web/src/app/billing/shared/trial-subscription-dialog/trial-payment-method-dialog.component.html index f1d917ff353..0bdef48b91c 100644 --- a/apps/web/src/app/billing/shared/trial-subscription-dialog/trial-payment-method-dialog.component.html +++ b/apps/web/src/app/billing/shared/trial-subscription-dialog/trial-payment-method-dialog.component.html @@ -5,7 +5,7 @@
-

{{ "subscribetoEnterpriseSubtitle" | i18n: currentPlanName }}

+

{{ "subscribeEnterpriseSubtitle" | i18n: currentPlanName }}

diff --git a/apps/web/src/locales/en/messages.json b/apps/web/src/locales/en/messages.json index 921033dd7b7..de5559222a7 100644 --- a/apps/web/src/locales/en/messages.json +++ b/apps/web/src/locales/en/messages.json @@ -10666,8 +10666,8 @@ } } }, - "subscribetoEnterpriseSubtitle": { - "message": "Your 7-day $PLAN$ trial starts today. Add a payment method now to continue using continue using these features after your trial ends: ", + "subscribeEnterpriseSubtitle": { + "message": "Your 7-day $PLAN$ trial starts today. Add a payment method now to continue using these features after your trial ends: ", "placeholders": { "plan": { "content": "$1",