mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-02 18:17:46 +01:00
[AC-2514] Added copy for SM trial organizations subscription page (#9012)
* Added copy for SM trial organizations to contact customer support * Only show copy if on sm-standalone discount
This commit is contained in:
parent
96f2b4d077
commit
536fe327ad
@ -142,6 +142,14 @@
|
||||
|
||||
<ng-container *ngIf="userOrg.canEditSubscription">
|
||||
<h2 bitTypography="h2" class="tw-mt-7">{{ "manageSubscription" | i18n }}</h2>
|
||||
<p bitTypography="body1" *ngIf="customerDiscount?.id === 'sm-standalone'">
|
||||
{{ "smStandaloneTrialSeatCountUpdateMessageFragment1" | i18n }}
|
||||
{{ "passwordManager" | i18n }}
|
||||
{{ "smStandaloneTrialSeatCountUpdateMessageFragment2" | i18n }}
|
||||
<a href="https://bitwarden.com/contact/" target="_blank" rel="noreferrer"
|
||||
>{{ "contactSupportShort" | i18n }}.
|
||||
</a>
|
||||
</p>
|
||||
<p bitTypography="body1">{{ subscriptionDesc }}</p>
|
||||
<ng-container
|
||||
*ngIf="
|
||||
|
@ -3565,6 +3565,12 @@
|
||||
"subscriptionUserSeatsUnlimitedAutoscale": {
|
||||
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited members exceed your subscription seats, you will immediately receive a prorated charge for the additional members."
|
||||
},
|
||||
"smStandaloneTrialSeatCountUpdateMessageFragment1": {
|
||||
"message": "If you want to add additional"
|
||||
},
|
||||
"smStandaloneTrialSeatCountUpdateMessageFragment2": {
|
||||
"message": "seats without the bundled offer, please contact"
|
||||
},
|
||||
"subscriptionUserSeatsLimitedAutoscale": {
|
||||
"message": "Adjustments to your subscription will result in prorated changes to your billing totals. If newly invited members exceed your subscription seats, you will immediately receive a prorated charge for the additional members until your $MAX$ seat limit is reached.",
|
||||
"placeholders": {
|
||||
|
Loading…
Reference in New Issue
Block a user