Fix a ui bug on plan display (#11302)
This commit is contained in:
parent
09e3468c69
commit
65fb967a19
|
@ -757,7 +757,7 @@
|
|||
{{ "serviceAccounts" | i18n }}
|
||||
×
|
||||
{{ selectedPlan.SecretsManager.additionalPricePerServiceAccount | currency: "$" }}
|
||||
/{{ "month" | i18n }}
|
||||
/{{ "year" | i18n }}
|
||||
</span>
|
||||
<span>{{ additionalServiceAccountTotal(selectedPlan) | currency: "$" }}</span>
|
||||
</p>
|
||||
|
|
Loading…
Reference in New Issue