[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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 1 deletions

View File

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

View File

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