mirror of
https://github.com/nextcloud/server.git
synced 2026-03-22 02:21:12 -04:00
Merge pull request #42205 from nextcloud/translate-own-user
Translate me-text in unified search people filter
This commit is contained in:
commit
bac05cae5b
3 changed files with 4 additions and 4 deletions
|
|
@ -112,7 +112,7 @@ export async function getContacts({ searchTerm }) {
|
|||
let authenticatedUser = getCurrentUser()
|
||||
authenticatedUser = {
|
||||
id: authenticatedUser.uid,
|
||||
fullName: 'Me',
|
||||
fullName: authenticatedUser.displayName,
|
||||
emailAddresses: [],
|
||||
}
|
||||
contacts.unshift(authenticatedUser)
|
||||
|
|
|
|||
4
dist/core-unified-search.js
vendored
4
dist/core-unified-search.js
vendored
File diff suppressed because one or more lines are too long
2
dist/core-unified-search.js.map
vendored
2
dist/core-unified-search.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue