Hi AndriiChuk,
Try this way:
1. Open file InsertGallery.aspx (CuteSoft_Client\CuteEditor\Dialogs\InsertGallery.aspx)
2. Find section below
<asp:Label runat="server" ID="FolderDescription" ></asp:Label>
Change to:
<asp:Label runat="server" ID="FolderDescription" style="visibility:hidden"></asp:Label>
Regards,
Ken