diff --git a/jslib b/jslib index 8b411de034..b95b35e7d9 160000 --- a/jslib +++ b/jslib @@ -1 +1 @@ -Subproject commit 8b411de034569b36788239a5948d64f5029d6437 +Subproject commit b95b35e7d9444c668691dd3ee6e78c1904321f22 diff --git a/src/app/settings/user-billing.component.html b/src/app/settings/user-billing.component.html index 63d1d3f4ce..9f334fdc18 100644 --- a/src/app/settings/user-billing.component.html +++ b/src/app/settings/user-billing.component.html @@ -8,7 +8,9 @@ -

{{'paymentMethod' | i18n}}

+

{{(isCreditBalance ? 'accountCredit' : 'accountBalance') | i18n}}

+

{{creditOrBalance | currency:'$'}}

+

{{'paymentMethod' | i18n}}

{{'noPaymentMethod' | i18n}}