mirror of
https://github.com/bitwarden/clients.git
synced 2025-12-10 00:08:42 -06:00
[PM-23384] - adjust copy for monthly price in Premium Upgrade dialog (#17668)
* adjust copy for month/annual price * use i18n pipe * remove annually key * change per month to month
This commit is contained in:
parent
d8e4ee206e
commit
598bb0b0d7
@ -1873,6 +1873,9 @@
|
||||
"expirationYear": {
|
||||
"message": "Expiration year"
|
||||
},
|
||||
"monthly": {
|
||||
"message": "month"
|
||||
},
|
||||
"expiration": {
|
||||
"message": "Expiration"
|
||||
},
|
||||
|
||||
@ -40,7 +40,7 @@
|
||||
cardDetails.price.amount | currency: "$"
|
||||
}}</span>
|
||||
<span bitTypography="helper" class="tw-text-muted">
|
||||
/ {{ cardDetails.price.cadence }}
|
||||
/ {{ cardDetails.price.cadence | i18n }}
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user