mirror of
https://github.com/bitwarden/browser
synced 2026-02-07 04:03:29 +00:00
correct the typo
This commit is contained in:
@@ -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">
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user