Fix Bug 57926 - Client.FormsGallary.Info.The name of the info panel in some languages in two lines.

This commit is contained in:
Alexey Safronov 2022-07-01 14:33:38 +03:00
parent 2b50b4bdda
commit 634bae6002

View File

@ -23,7 +23,7 @@ const InfoPanelHeaderContent = ({ t, setIsVisible, isGallery }) => {
return (
<StyledInfoPanelHeader>
<Text className="header-text" fontSize="21px" fontWeight="700">
{isGallery ? t("FormGallery:FormTemplateInfo") : t("Common:Info")}
{t("Common:Info")}
</Text>
<StyledInfoPanelToggleWrapper
isRootFolder={true}