mirror of
https://github.com/bitwarden/browser
synced 2026-01-04 17:43:39 +00:00
Conditionally display new copy under subscriptions table [AC-1657] (#6332)
* Add copy to translations * Add copy to premium user subscription page * Add copy to organization user subscription page * Conditionally display copy on premium user subscription page * Conditionally display copy on organization user subscription page * Update translations to approved copy
This commit is contained in:
@@ -81,6 +81,17 @@
|
||||
{{ i.quantity * i.amount | currency : "$" }} /{{ i.interval | i18n }}
|
||||
</td>
|
||||
</tr>
|
||||
<tr bitRow *ngIf="discount && discount.active">
|
||||
<td bitCell colspan="2">
|
||||
<small>
|
||||
{{ "customBillingStart" | i18n }}
|
||||
<a routerLink="/settings/subscription/billing-history">
|
||||
{{ "billingHistory" | i18n }}
|
||||
</a>
|
||||
{{ "customBillingEnd" | i18n }}
|
||||
</small>
|
||||
</td>
|
||||
</tr>
|
||||
</ng-container>
|
||||
<ng-container *ngIf="userOrg.isFreeOrg">
|
||||
<tr bitRow *ngIf="userOrg.usePasswordManager">
|
||||
|
||||
Reference in New Issue
Block a user