Remove at-username i18n string

This commit is contained in:
Fedor Indutny 2023-02-09 11:18:57 -08:00 committed by GitHub
parent 57029a9908
commit 0e618e5091
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 8 additions and 11 deletions

View file

@ -40,7 +40,7 @@ export function getTitleNoDefault(
(isShort ? attributes.profileName : undefined) ||
getProfileName(attributes) ||
getNumber(attributes) ||
(username && window.i18n('at-username', { username }))
username
);
}