mirror of
https://github.com/bitwarden/web
synced 2025-12-27 05:33:19 +00:00
Add latest copy
This commit is contained in:
@@ -158,13 +158,20 @@
|
||||
<label class="form-check-label" for="interval{{selectablePlan.type}}">
|
||||
<ng-container *ngIf="selectablePlan.isAnnual">
|
||||
{{'annually' | i18n}}
|
||||
<small *ngIf="selectablePlan.basePrice">
|
||||
<small *ngIf="selectablePlan.basePrice && !acceptingSponsorship">
|
||||
{{'basePrice' | i18n}}: {{ selectablePlan.basePrice / 12 | currency:'$'}} × 12
|
||||
{{'monthAbbr' | i18n}}
|
||||
=
|
||||
{{selectablePlan.basePrice | currency:'$'}}
|
||||
/{{'year' | i18n}}
|
||||
</small>
|
||||
<small *ngIf="acceptingSponsorship">
|
||||
{{'basePrice' | i18n}}: {{ 40 / 12 | currency:'$'}} $times; 12
|
||||
{{'monthAbbr' | i18n}}
|
||||
=
|
||||
<span style="text-decoration: line-through;">{{40 | currency:'$'}}</span>
|
||||
{{'freeWithSponsorship' | i18n}}
|
||||
</small>
|
||||
<small *ngIf="selectablePlan.hasAdditionalSeatsOption">
|
||||
<span *ngIf="selectablePlan.baseSeats">{{'additionalUsers' | i18n}}:</span>
|
||||
<span *ngIf="!selectablePlan.baseSeats">{{'users' | i18n}}:</span>
|
||||
|
||||
@@ -4724,5 +4724,8 @@
|
||||
},
|
||||
"sponsorshipTokenHasExpired": {
|
||||
"message": "The sponsorship offer has expired."
|
||||
},
|
||||
"freeWithSponsorship": {
|
||||
"message": "FREE with sponsorship"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user