Use generic 'Upgrade' term instead of plan names
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user