We don't have a premium plan anymore

This commit is contained in:
Girish Ramakrishnan
2025-09-24 21:04:36 +02:00
parent 5723717576
commit a38ef2b6f5
12 changed files with 0 additions and 12 deletions

View File

@@ -125,7 +125,6 @@ onUnmounted(() => {
<div class="button-bar" style="margin-top: 20px">
<Button :href="`${consoleServerOrigin}/#/claim/${cloudronId}`" target="_blank">
<span v-if="!email">{{ $t('settings.appstoreAccount.setupAction') }}</span>
<span v-else-if="planName.toLowerCase() === 'free'">{{ $t('settings.appstoreAccount.subscriptionSetupAction') }}</span>
<span v-else-if="cancelAt">{{ $t('settings.appstoreAccount.subscriptionReactivateAction') }}</span>
<span v-else>{{ $t('settings.appstoreAccount.subscriptionChangeAction') }}</span>
</Button>