diff --git a/jslib b/jslib index e22915818c..269b59210c 160000 --- a/jslib +++ b/jslib @@ -1 +1 @@ -Subproject commit e22915818cb7c6a756c4ac34124b14e33621c5aa +Subproject commit 269b59210cba1114ff75519c9d0b391406f94bd3 diff --git a/src/app/settings/create-organization.component.html b/src/app/settings/create-organization.component.html index efcf397689..b7b5210063 100644 --- a/src/app/settings/create-organization.component.html +++ b/src/app/settings/create-organization.component.html @@ -153,10 +153,11 @@ -
- {{'total' | i18n}}: {{total | currency:'USD $'}} /{{interval | i18n}} -
- {{'paymentChargedWithTrial' | i18n : (interval | i18n) }} +
+
+ {{'total' | i18n}}: {{total | currency:'USD $'}} /{{interval | i18n}} +
+ {{'paymentChargedWithTrial' | i18n : (interval | i18n) }}

{{'paymentInformation' | i18n}}

diff --git a/src/app/settings/premium.component.html b/src/app/settings/premium.component.html index 7992ad4320..1cdd64dfc0 100644 --- a/src/app/settings/premium.component.html +++ b/src/app/settings/premium.component.html @@ -46,10 +46,11 @@ {{'premiumMembership' | i18n}}: {{premiumPrice | currency:'$'}}
{{'additionalStorageGb' | i18n}}: {{additionalStorage || 0}} GB × {{storageGbPrice | currency:'$'}} = {{additionalStorageTotal | currency:'$'}} -
- {{'total' | i18n}}: {{total | currency:'USD $'}} /{{'year' | i18n}} -
- {{'paymentChargedAnnually' | i18n}} +
+
+ {{'total' | i18n}}: {{total | currency:'USD $'}} /{{'year' | i18n}} +
+ {{'paymentChargedAnnually' | i18n}}

{{'paymentInformation' | i18n}}