feat: bot nickname
This commit is contained in:
parent
381f9e8021
commit
cfa52b2336
1 changed files with 1 additions and 1 deletions
|
|
@ -504,7 +504,7 @@ export const Menu: FC<{
|
|||
</svg>
|
||||
</div>
|
||||
<div className="text-[14px]">
|
||||
{t('change_bot', 'Change Bot')}
|
||||
{t('change_bot', 'Change Bot')}{' '}
|
||||
{[
|
||||
canChangeProfilePicture && t('picture', 'Picture'),
|
||||
canChangeNickName && t('label_nickname', 'Nickname'),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue