1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-07 10:46:24 +03:00

remove emoji icons in autocomplete/reply by designer request

This commit is contained in:
Bruno Windels
2020-07-31 14:14:37 +02:00
parent 76293970f4
commit 5c05b494df
3 changed files with 3 additions and 3 deletions

View File

@@ -137,7 +137,7 @@ export default class UserProvider extends AutocompleteProvider {
}
getName(): string {
return '👥 ' + _t('Users');
return _t('Users');
}
_makeUsers() {