mirror of
https://github.com/bitwarden/browser
synced 2025-12-06 00:13:28 +00:00
[PM-28817] - updates to premium sub dialog copy (#17824)
* updates to premium sub dialog copy * update template * remove planDescPremium
This commit is contained in:
@@ -5848,8 +5848,8 @@
|
||||
"andMoreFeatures": {
|
||||
"message": "And more!"
|
||||
},
|
||||
"planDescPremium": {
|
||||
"message": "Complete online security"
|
||||
"advancedOnlineSecurity": {
|
||||
"message": "Advanced online security"
|
||||
},
|
||||
"upgradeToPremium": {
|
||||
"message": "Upgrade to Premium"
|
||||
|
||||
@@ -4319,8 +4319,8 @@
|
||||
"andMoreFeatures": {
|
||||
"message": "And more!"
|
||||
},
|
||||
"planDescPremium": {
|
||||
"message": "Complete online security"
|
||||
"advancedOnlineSecurity": {
|
||||
"message": "Advanced online security"
|
||||
},
|
||||
"upgradeToPremium": {
|
||||
"message": "Upgrade to Premium"
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
<div>
|
||||
@if (premiumCardData$ | async; as premiumData) {
|
||||
<billing-pricing-card
|
||||
[tagline]="'planDescPremium' | i18n"
|
||||
[tagline]="'advancedOnlineSecurity' | i18n"
|
||||
[price]="{ amount: premiumData.price, cadence: 'monthly' }"
|
||||
[button]="{ type: 'primary', text: ('upgradeToPremium' | i18n) }"
|
||||
[features]="premiumData.features"
|
||||
|
||||
@@ -3060,7 +3060,7 @@
|
||||
"message": "Upgrade your account to a Premium membership and unlock some great additional features."
|
||||
},
|
||||
"premiumSignUpStorage": {
|
||||
"message": "1 GB encrypted storage for file attachments."
|
||||
"message": "1 GB encrypted storage for file attachments."
|
||||
},
|
||||
"premiumSignUpStorageV2": {
|
||||
"message": "$SIZE$ encrypted storage for file attachments.",
|
||||
@@ -11965,8 +11965,8 @@
|
||||
"familiesMembership": {
|
||||
"message": "Families membership"
|
||||
},
|
||||
"planDescPremium": {
|
||||
"message": "Complete online security"
|
||||
"advancedOnlineSecurity": {
|
||||
"message": "Advanced online security"
|
||||
},
|
||||
"planDescFamiliesV2": {
|
||||
"message": "Premium security for your family"
|
||||
|
||||
Reference in New Issue
Block a user