- {{ t('settings.billing.upgradeDialog.selectedPlan') }}
+ {{ $t('settings.billing.upgradeDialog.selectedPlan') }}
{{ selectedPlan.name }}
- {{ selectedPlan.description || t('settings.billing.availablePlansHint') }}
+ {{ selectedPlan.description || $t('settings.billing.availablePlansHint') }}
-
{{ t('settings.billing.upgradeDialog.basePrice') }}
-
{{ formatMoney(selectedPlan.price || 0) }}
-
{{ t('settings.billing.upgradeDialog.perMonthBase') }}
+
{{ $t('settings.billing.upgradeDialog.basePrice') }}
+
{{ auth.formatMoney(selectedPlan.price ||
+ 0)
+ }}
+
{{ $t('settings.billing.upgradeDialog.perMonthBase') }}
+