Web: Settings: Fix translation of Common Settings Header

This commit is contained in:
Alexey Safronov 2022-05-13 14:22:13 +03:00
parent f76d024042
commit 6569c18ec4
2 changed files with 2 additions and 2 deletions

View File

@ -96,7 +96,7 @@ class ArticleBodyContent extends React.Component {
switch (tKey) {
case "AccessRights":
return t("Common:AccessRights");
case "ManagementCategoryCommon":
case "Common:Common":
return t("Common:Common");
case "Customization":
return t("Customization");

View File

@ -7,7 +7,7 @@ export const settingsTree = [
key: "0",
icon: "/static/images/settings.react.svg",
link: "common",
tKey: "ManagementCategoryCommon",
tKey: "Common:Common",
isHeader: true,
children: [
{