Skip to content

Commit 47fc41e

Browse files
authored
Merge pull request #5168 from nextcloud/Jerome-Herbinet-better-wordings-for--board-creation-limitation
2 parents 1238910 + c96399b commit 47fc41e

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)