Use generic 'Upgrade' term instead of plan names

This commit is contained in:
Johannes Zellner
2025-05-22 15:16:04 +02:00
parent 41901be95f
commit 1842afa7c6
6 changed files with 6 additions and 6 deletions

View File

@@ -51,7 +51,7 @@ onMounted(async () => {
<template>
<div class="content">
<Section :title="$t('users.title')" :padding="false" :title-badge="!features.profileConfig ? 'Pro' : ''">
<Section :title="$t('users.title')" :padding="false" :title-badge="!features.profileConfig ? 'Upgrade' : ''">
<SettingsItem>
<div>{{ $t('users.settings.allowProfileEditCheckbox') }} <sup><a href="https://docs.cloudron.io/user-directory/#lock-profile" target="_blank"><i class="fa fa-question-circle"></i></a></sup></div>
<Switch v-model="editableUserProfiles" @change="onToggleEditableUserProfiles" :disabled="busy || !features.profileConfig"/>