Add a missing localization
This commit is contained in:
parent
f0ba0d5eb3
commit
79ea150b81
1 changed files with 1 additions and 1 deletions
|
|
@ -488,7 +488,7 @@ const Header = () => {
|
|||
<DropdownMenuItem className="MenuItem">
|
||||
<Link href="/new">
|
||||
<a onClick={(e: React.MouseEvent) => handleNewParty(e, '/new')}>
|
||||
New party
|
||||
{t('menu.new')}
|
||||
</a>
|
||||
</Link>
|
||||
</DropdownMenuItem>
|
||||
|
|
|
|||
Loading…
Reference in a new issue