Add a missing localization

This commit is contained in:
Justin Edmund 2023-01-30 23:10:09 -08:00
parent f0ba0d5eb3
commit 79ea150b81

View file

@ -488,7 +488,7 @@ const Header = () => {
<DropdownMenuItem className="MenuItem"> <DropdownMenuItem className="MenuItem">
<Link href="/new"> <Link href="/new">
<a onClick={(e: React.MouseEvent) => handleNewParty(e, '/new')}> <a onClick={(e: React.MouseEvent) => handleNewParty(e, '/new')}>
New party {t('menu.new')}
</a> </a>
</Link> </Link>
</DropdownMenuItem> </DropdownMenuItem>