@@ -45,14 +45,14 @@
{{
"additionalServiceAccountsDesc"
- | i18n : options.baseServiceAccountCount : (monthlyServiceAccountPrice | currency)
+ | i18n : options.baseServiceAccountCount : (monthlyServiceAccountPrice | currency : "$")
}}
{{ "total" | i18n }}:
{{ formGroup.value.serviceAccountCount || 0 }} ×
- {{ options.additionalServiceAccountPrice | currency }} =
- {{ serviceAccountTotal | currency }} / {{ options.interval | i18n }}
+ {{ options.additionalServiceAccountPrice | currency : "$" }} =
+ {{ serviceAccountTotal | currency : "$" }} / {{ options.interval | i18n }}
@@ -81,8 +81,8 @@