diff --git a/src/app/settings/premium.component.html b/src/app/settings/premium.component.html
index 74dc4deddec..53bf4ca3d81 100644
--- a/src/app/settings/premium.component.html
+++ b/src/app/settings/premium.component.html
@@ -69,13 +69,22 @@
{{'additionalStorageGb' | i18n}}: {{additionalStorage || 0}} GB × {{storageGbPrice | currency:'$'}} = {{additionalStorageTotal
| currency:'$'}}
-
- {{'total' | i18n}}: {{total | currency:'USD $'}} /{{'year' | i18n}}
-
- {{'paymentChargedAnnually' | i18n}}
+
+
+ {{ 'planPrice' | i18n }}: {{ subtotal | currency: 'USD $' }}
+
+
+ {{ 'estimatedTax' | i18n }}: {{ taxCharges | currency: 'USD $' }}
+
+
+
+
{{'total' | i18n}}:
+ {{total | currency:'USD $'}}/{{'year' | i18n}}
+
+ {{'paymentChargedAnnually' | i18n}}