diff --git a/dashboard/public/translation/en.json b/dashboard/public/translation/en.json index ae1687558..5d83fe3d7 100644 --- a/dashboard/public/translation/en.json +++ b/dashboard/public/translation/en.json @@ -662,7 +662,8 @@ "unlinkDialog": { "title": "Unlink Cloudron.io Account", "description": "Unlink this Cloudron from the current Cloudron.io account. It can then be linked to another account." - } + }, + "expired": "Subscription expired" }, "timezone": { "title": "System time zone", diff --git a/dashboard/src/views/CloudronAccountView.vue b/dashboard/src/views/CloudronAccountView.vue index b3a955f61..51925bc4e 100644 --- a/dashboard/src/views/CloudronAccountView.vue +++ b/dashboard/src/views/CloudronAccountView.vue @@ -127,8 +127,12 @@ onUnmounted(() => {
-
{{ $t('settings.appstoreAccount.subscription') }} {{ $t('settings.appstoreAccount.subscriptionEndsAt') }} {{ prettyLongDate(cancelAt*1000) }}
-
{{ planName }}
+
{{ $t('settings.appstoreAccount.subscription') }}
+
+ {{ $t('settings.appstoreAccount.subscriptionEndsAt') }} {{ prettyLongDate(cancelAt*1000) }} + {{ $t('settings.appstoreAccount.expired') }} + {{ planName }} +