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
@@ -270,7 +270,7 @@ onMounted(async () => {
<div>{{ $t('users.users.count', { count: users.length }) }}</div>
</Section>
<Section :title="$t('users.groups.title')" :title-badge="!features.userGroups ? 'Pro' : ''">
<Section :title="$t('users.groups.title')" :title-badge="!features.userGroups ? 'Upgrade' : ''">
<template #header-buttons>
<Button icon="fa-solid fa-plus" @click="onEditOrAddGroup()">{{ $t('users.groups.newGroupAction') }}</Button>
</template>