mirror of
https://github.com/bitwarden/browser
synced 2026-02-25 09:03: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:
committed by
jaasen-livefront
parent
1419a21800
commit
f782fc0c29
@@ -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"
|
||||
|
||||
@@ -3062,6 +3062,15 @@
|
||||
"premiumSignUpStorage": {
|
||||
"message": "1 GB encrypted storage for file attachments."
|
||||
},
|
||||
"premiumSignUpStorageV2": {
|
||||
"message": "$SIZE$ encrypted storage for file attachments.",
|
||||
"placeholders": {
|
||||
"size": {
|
||||
"content": "$1",
|
||||
"example": "1 GB"
|
||||
}
|
||||
}
|
||||
},
|
||||
"premiumSignUpTwoStepOptions": {
|
||||
"message": "Proprietary two-step login options such as YubiKey and Duo."
|
||||
},
|
||||
@@ -11929,8 +11938,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