mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Fix English source string
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
2866f4f7d2
commit
422ecdeb20
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
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue