diff --git a/src/components/editor-page/app-bar/help-button/help-modal.tsx b/src/components/editor-page/app-bar/help-button/help-modal.tsx index 341f2f96a..3a8a7b1fa 100644 --- a/src/components/editor-page/app-bar/help-button/help-modal.tsx +++ b/src/components/editor-page/app-bar/help-button/help-modal.tsx @@ -41,7 +41,7 @@ export const HelpModal: React.FC = ({ show, onHide }) => { const tabTitle = useMemo(() => t('editor.documentBar.help') + ' - ' + t(`editor.help.${tab}`), [t, tab]) return ( - +