Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2021-04-19 14:11:34 +0300
committerJoas Schilling <coding@schilljs.com>2021-04-19 14:11:34 +0300
commit422ecdeb20680cc9a3d59fe6b93632d2d5c95460 (patch)
tree974221b1a66d1f8ddfb9c30b529239daf139f1fd /apps/settings/src
parent2866f4f7d24c35bffbdfa750aef1742e3bcfa587 (diff)
Fix English source string
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps/settings/src')
-rw-r--r--apps/settings/src/components/UserList.vue2
-rw-r--r--apps/settings/src/components/UserList/UserRow.vue2
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/settings/src/components/UserList.vue b/apps/settings/src/components/UserList.vue
index 73c14ea3030..506d9538a50 100644
--- a/apps/settings/src/components/UserList.vue
+++ b/apps/settings/src/components/UserList.vue
@@ -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"
diff --git a/apps/settings/src/components/UserList/UserRow.vue b/apps/settings/src/components/UserList/UserRow.vue
index d48e2934fd4..9f41d464e1a 100644
--- a/apps/settings/src/components/UserList/UserRow.vue
+++ b/apps/settings/src/components/UserList/UserRow.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"