refactor: rename

This commit is contained in:
codytseng 2024-12-23 23:27:34 +08:00
parent 33ac5e60b6
commit 234319ef50
3 changed files with 3 additions and 3 deletions

View file

@ -76,7 +76,7 @@ export default function ProfileButton({
<DropdownMenuContent>
<DropdownMenuItem onClick={() => push(toProfile(pubkey))}>{t('Profile')}</DropdownMenuItem>
<DropdownMenuItem onClick={() => setLoginDialogOpen(true)}>
{t('Manage accounts')}
{t('Accounts')}
</DropdownMenuItem>
<DropdownMenuItem
className="text-destructive focus:text-destructive"