From 79ea150b8134cb8906157889a05fb5ed109a8d0c Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Mon, 30 Jan 2023 23:10:09 -0800 Subject: [PATCH] Add a missing localization --- components/Header/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Header/index.tsx b/components/Header/index.tsx index f5343371..4d2a6578 100644 --- a/components/Header/index.tsx +++ b/components/Header/index.tsx @@ -488,7 +488,7 @@ const Header = () => { handleNewParty(e, '/new')}> - New party + {t('menu.new')}