diff options
author | Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com> | 2023-04-17 10:30:47 +0200 |
---|---|---|
committer | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2023-04-17 09:18:10 +0000 |
commit | 9a3d88f1e97ebec64f27f6d761bc23f40a3daefd (patch) | |
tree | 815e498b95c591526589c277ff2480de8b3f22d0 /apps | |
parent | b21c5c86e5908274e67fc31178e0dff24eed1136 (diff) | |
download | nextcloud-server-9a3d88f1e97ebec64f27f6d761bc23f40a3daefd.tar.gz nextcloud-server-9a3d88f1e97ebec64f27f6d761bc23f40a3daefd.zip |
Fix wording meaning (placeholder)Jerome-Herbinet-patch-1
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files/src/components/TransferOwnershipDialogue.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/src/components/TransferOwnershipDialogue.vue b/apps/files/src/components/TransferOwnershipDialogue.vue index b14f86e8fe2..be554c9f4b1 100644 --- a/apps/files/src/components/TransferOwnershipDialogue.vue +++ b/apps/files/src/components/TransferOwnershipDialogue.vue @@ -42,7 +42,7 @@ :options="formatedUserSuggestions" :multiple="false" :searchable="true" - :placeholder="t('files', 'Search users')" + :placeholder="t('files', 'Search for an account')" :preselect-first="true" :preserve-search="true" :loading="loadingUsers" |