Web: Translations: Fix NotFoundKeysTest

This commit is contained in:
Alexey Safronov 2022-06-21 13:29:37 +03:00
parent 6f0fa1555f
commit 87839bfb7f

View File

@ -44,12 +44,12 @@ const SubmenuCommon = (props) => {
},
{
id: "branding",
name: t("Branding"),
name: "Branding",
content: <Branding />,
},
{
id: "appearance",
name: t("Appearance"),
name: "Appearance",
content: <Appearance />,
},
];