Merge branch 'feature/translations' of https://github.com/ONLYOFFICE/AppServer into feature/translations

This commit is contained in:
Alexey Safronov 2021-06-02 13:55:19 +03:00
commit bd299a718b
2 changed files with 2 additions and 2 deletions

View File

@ -264,7 +264,7 @@ class SectionHeaderContent extends React.PureComponent {
};
onDeletePersonalDataClick = () => {
toastr.success("Context action: Delete personal data");
console.log("Context action: Delete personal data");
};
toggleDeleteProfileEverDialog = () =>

View File

@ -218,7 +218,7 @@ const HeaderComponent = ({
url={link}
dashed={dashed}
>
{id === "settings" ? i18n.t(title) : title}
{id === "settings" ? i18n.t("Common:Settings") : title}
</NavItem>
)
)}