Fix English source string

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2021-04-19 13:11:34 +02:00
parent 2866f4f7d2
commit 422ecdeb20
No known key found for this signature in database
GPG Key ID: 7076EA9751AACDDA
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"