docs: clarify manage and organize permissions (#7823)

This commit is contained in:
Archit Goyal
2026-07-06 18:45:16 +05:30
committed by GitHub
parent 61676eb25e
commit 05521f0e6f
3 changed files with 14 additions and 6 deletions

View File

@@ -16,6 +16,9 @@
<template #manage>
<b>{{ $t('group.manage') }}</b>
</template>
<template #organize>
<b>{{ $t('settings.organize') }}</b>
</template>
<template #invite>
<b>{{ $t('group.invite') }}</b>
</template>