Remove at-username i18n string
This commit is contained in:
parent
57029a9908
commit
0e618e5091
6 changed files with 8 additions and 11 deletions
|
@ -181,9 +181,7 @@ export function GlobalModalContainer({
|
|||
});
|
||||
} else if (userNotFoundModalState.type === 'username') {
|
||||
content = i18n('startConversation--username-not-found', {
|
||||
atUsername: i18n('at-username', {
|
||||
username: userNotFoundModalState.username,
|
||||
}),
|
||||
atUsername: userNotFoundModalState.username,
|
||||
});
|
||||
} else {
|
||||
throw missingCaseError(userNotFoundModalState);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue