1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-30 07:03:26 +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:
Jordan Aasen
2025-12-05 13:05:00 -08:00
committed by GitHub
parent 3f4905565e
commit 701ecb7466
6 changed files with 11 additions and 11 deletions

View File

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