mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 14:23:32 +00: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:
@@ -1873,6 +1873,9 @@
|
|||||||
"expirationYear": {
|
"expirationYear": {
|
||||||
"message": "Expiration year"
|
"message": "Expiration year"
|
||||||
},
|
},
|
||||||
|
"monthly": {
|
||||||
|
"message": "month"
|
||||||
|
},
|
||||||
"expiration": {
|
"expiration": {
|
||||||
"message": "Expiration"
|
"message": "Expiration"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -40,7 +40,7 @@
|
|||||||
cardDetails.price.amount | currency: "$"
|
cardDetails.price.amount | currency: "$"
|
||||||
}}</span>
|
}}</span>
|
||||||
<span bitTypography="helper" class="tw-text-muted">
|
<span bitTypography="helper" class="tw-text-muted">
|
||||||
/ {{ cardDetails.price.cadence }}
|
/ {{ cardDetails.price.cadence | i18n }}
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user