From c96399bbad621b173e856fd7bfe49c645017e4c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Herbinet?= <33763786+Jerome-Herbinet@users.noreply.github.com> Date: Fri, 29 Sep 2023 13:38:02 +0200 Subject: [PATCH] Board creation limitation : More understandable wordings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com> Update src/components/navigation/AppNavigation.vue Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com> Co-Authored-By: Julius Härtl --- src/components/navigation/AppNavigation.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/navigation/AppNavigation.vue b/src/components/navigation/AppNavigation.vue index da8bbab11..20c28b65c 100644 --- a/src/components/navigation/AppNavigation.vue +++ b/src/components/navigation/AppNavigation.vue @@ -99,12 +99,12 @@ :options="groups" :multiple="true" :disabled="groupLimitDisabled" - :placeholder="t('deck', 'Limit deck usage of groups')" + :placeholder="t('deck', 'Limit board creation to some groups')" label="displayname" track-by="id" @input="updateConfig" />

- {{ t('deck', 'Limiting Deck will block users not part of those groups from creating their own boards. Users will still be able to work on boards that have been shared with them.') }} + {{ t('deck', 'Users outside of those groups will not be able to create their own boards, but will still be able to work on boards that have been shared with them.') }}