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
+1 -1
View File
@@ -305,7 +305,7 @@ onMounted(async () => {
</div>
</Dialog>
<Section :title="$t('users.externalLdap.title')" :title-badge="!features.externalLdap ? 'Business' : ''">
<Section :title="$t('users.externalLdap.title')" :title-badge="!features.externalLdap ? 'Upgrade' : ''">
<template #header-buttons>
<Button tool icon="fas fa-align-left" v-tooltip="$t('domains.renewCerts.showLogsAction')" :menu="taskLogsMenu" :disabled="!taskLogsMenu.length"/>
</template>