We don't have a premium plan anymore
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user