Merge pull request #42205 from nextcloud/translate-own-user

Translate me-text in unified search people filter
This commit is contained in:
Joas Schilling 2023-12-14 13:51:38 +01:00 committed by GitHub
commit bac05cae5b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View file

@ -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)

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long