Skip to content

Commit af066f9

Browse files
committed
Translate me-text in unified search people filter
Signed-off-by: fenn-cs <[email protected]>
1 parent 842a3d7 commit af066f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/services/UnifiedSearchService.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ export async function getContacts({ searchTerm }) {
112112
let authenticatedUser = getCurrentUser()
113113
authenticatedUser = {
114114
id: authenticatedUser.uid,
115-
fullName: 'Me',
115+
fullName: t('core', 'Me'),
116116
emailAddresses: [],
117117
}
118118
contacts.unshift(authenticatedUser)

0 commit comments

Comments
 (0)