diff --git a/web/components/UserProfile.ce.vue b/web/components/UserProfile.ce.vue index 2842bbad7..f512aa848 100644 --- a/web/components/UserProfile.ce.vue +++ b/web/components/UserProfile.ce.vue @@ -92,7 +92,7 @@ onBeforeMount(() => { - (), { const accountStore = useAccountStore(); const callbackActionsStore = useCallbackActionsStore(); const installKeyStore = useInstallKeyStore(); -const promoStore = usePromoStore(); +// const promoStore = usePromoStore(); const serverStore = useServerStore(); const { @@ -196,7 +196,9 @@ const accountActionStatusCopy = computed((): { text: string; } => { :for-expire="true" :t="t" /> -

{{ t('Calculating trial expiration…') }}

+

+ {{ t('Calculating trial expiration…') }} +