Merge pull request #26618 from nextcloud/bugfix/noid/fix-english-language
Fix English source string
This commit is contained in:
commit
2ef326d6b6
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 New Issue