Remove at-username i18n string
This commit is contained in:
parent
57029a9908
commit
0e618e5091
6 changed files with 8 additions and 11 deletions
|
@ -62,7 +62,7 @@ export const UsernameCheckbox: FunctionComponent<PropsType> = React.memo(
|
|||
username,
|
||||
]);
|
||||
|
||||
const title = i18n('at-username', { username });
|
||||
const title = username;
|
||||
|
||||
const avatar = (
|
||||
<Avatar
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue