Web: Files: Header: Fixed translation keys for sublevel of creating menu

This commit is contained in:
Ilya Oleshko 2022-07-05 12:43:09 +03:00
parent 7391469381
commit c7b556131e

View File

@ -113,13 +113,13 @@ class SectionHeaderContent extends React.Component {
items: [
{
key: "new-form",
label: t("Translations:NewForm"),
label: t("Translations:SubNewForm"),
icon: "images/form.react.svg",
onClick: this.createForm,
},
{
key: "new-form-file",
label: t("Translations:NewFormFile"),
label: t("Translations:SubNewFormFile"),
onClick: this.createFormFromFile,
disabled: isPrivacyFolder,
icon: "images/form.file.react.svg",