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",