feat: bot nickname

This commit is contained in:
Nevo David 2026-02-15 19:08:46 +07:00
parent 381f9e8021
commit cfa52b2336

View file

@ -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'),