Skip to content

Commit c96399b

Browse files
Board creation limitation : More understandable wordings
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 <jus@bitgrid.net>
1 parent 307db42 commit c96399b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/navigation/AppNavigation.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,12 +99,12 @@
9999
:options="groups"
100100
:multiple="true"
101101
:disabled="groupLimitDisabled"
102-
:placeholder="t('deck', 'Limit deck usage of groups')"
102+
:placeholder="t('deck', 'Limit board creation to some groups')"
103103
label="displayname"
104104
track-by="id"
105105
@input="updateConfig" />
106106
<p v-if="isAdmin">
107-
{{ 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.') }}
107+
{{ 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.') }}
108108
</p>
109109
</div>
110110
</NcAppNavigationSettings>

0 commit comments

Comments
 (0)