Skip to content

Commit

Permalink
Fix a ui bug on plan display (#11302)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyprain-okeke authored Sep 28, 2024
1 parent 09e3468 commit 65fb967
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -757,7 +757,7 @@ <h2 bitTypography="h4">{{ "paymentMethod" | i18n }}</h2>
{{ "serviceAccounts" | i18n }}
&times;
{{ selectedPlan.SecretsManager.additionalPricePerServiceAccount | currency: "$" }}
/{{ "month" | i18n }}
/{{ "year" | i18n }}
</span>
<span>{{ additionalServiceAccountTotal(selectedPlan) | currency: "$" }}</span>
</p>
Expand Down

0 comments on commit 65fb967

Please sign in to comment.