mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 06:43:35 +00:00
Fixed copy for Families upgrade (#13156)
This commit is contained in:
@@ -118,7 +118,13 @@
|
|||||||
) | currency: "$"
|
) | currency: "$"
|
||||||
}}
|
}}
|
||||||
</b>
|
</b>
|
||||||
<span class="tw-text-xs tw-px-0"> /{{ "monthPerMember" | i18n }}</span>
|
<span class="tw-text-xs tw-px-0">
|
||||||
|
/{{
|
||||||
|
selectableProduct.productTier === productTypes.Families
|
||||||
|
? "month"
|
||||||
|
: ("monthPerMember" | i18n)
|
||||||
|
}}</span
|
||||||
|
>
|
||||||
<b class="tw-text-sm tw-font-semibold">
|
<b class="tw-text-sm tw-font-semibold">
|
||||||
<ng-container
|
<ng-container
|
||||||
*ngIf="selectableProduct.PasswordManager.hasAdditionalSeatsOption"
|
*ngIf="selectableProduct.PasswordManager.hasAdditionalSeatsOption"
|
||||||
|
|||||||
Reference in New Issue
Block a user