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

Translate me-text in unified search people filter
pull/42186/head
Joas Schilling 2 years ago committed by GitHub
commit bac05cae5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      core/src/services/UnifiedSearchService.js
  2. 4
      dist/core-unified-search.js
  3. 2
      dist/core-unified-search.js.map

@ -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
Loading…
Cancel
Save