Merge pull request #26618 from nextcloud/bugfix/noid/fix-english-language

Fix English source string
This commit is contained in:
Roeland Jago Douma 2021-04-19 20:08:04 +02:00 committed by GitHub
commit 2ef326d6b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 9 additions and 9 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -93,7 +93,7 @@
:disabled="loading.groups||loading.all"
:multiple="true"
:options="canAddGroups"
:placeholder="t('settings', 'Add user in group')"
:placeholder="t('settings', 'Add user to group')"
:tag-width="60"
:taggable="true"
class="multiselect-vue"

View File

@ -145,7 +145,7 @@
:limit="2"
:multiple="true"
:options="availableGroups"
:placeholder="t('settings', 'Add user in group')"
:placeholder="t('settings', 'Add user to group')"
:tag-width="60"
:taggable="settings.isAdmin"
:value="userGroups"