1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-07 04:03:29 +00:00

correct the typo

This commit is contained in:
Cy Okeke
2025-06-20 15:20:01 +01:00
parent 747f6b0ace
commit a8ed57bed6
2 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@
</span>
<div bitDialogContent>
<p>{{ "subscribetoEnterpriseSubtitle" | i18n: currentPlanName }}</p>
<p>{{ "subscribeEnterpriseSubtitle" | i18n: currentPlanName }}</p>
<!-- Plan Features List -->
<ng-container [ngSwitch]="currentPlan?.productTier">

View File

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