aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/files/src/components/TransferOwnershipDialogue.vue2
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"