1
0
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:
Jordan Aasen
2025-11-26 12:34:58 -08:00
committed by GitHub
parent d8e4ee206e
commit 598bb0b0d7
2 changed files with 4 additions and 1 deletions

View File

@@ -1873,6 +1873,9 @@
"expirationYear": { "expirationYear": {
"message": "Expiration year" "message": "Expiration year"
}, },
"monthly": {
"message": "month"
},
"expiration": { "expiration": {
"message": "Expiration" "message": "Expiration"
}, },

View File

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