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>
This commit is contained in:
@@ -99,12 +99,12 @@
|
|||||||
:options="groups"
|
:options="groups"
|
||||||
:multiple="true"
|
:multiple="true"
|
||||||
:disabled="groupLimitDisabled"
|
:disabled="groupLimitDisabled"
|
||||||
:placeholder="t('deck', 'Limit deck usage of groups')"
|
:placeholder="t('deck', 'Limit board creation to some groups')"
|
||||||
label="displayname"
|
label="displayname"
|
||||||
track-by="id"
|
track-by="id"
|
||||||
@input="updateConfig" />
|
@input="updateConfig" />
|
||||||
<p v-if="isAdmin">
|
<p v-if="isAdmin">
|
||||||
{{ 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.') }}
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</NcAppNavigationSettings>
|
</NcAppNavigationSettings>
|
||||||
|
|||||||
Reference in New Issue
Block a user