diff --git a/client/packages/lowcoder/src/pages/editor/editorView.tsx b/client/packages/lowcoder/src/pages/editor/editorView.tsx
index 3cf8a647f..190d614a4 100644
--- a/client/packages/lowcoder/src/pages/editor/editorView.tsx
+++ b/client/packages/lowcoder/src/pages/editor/editorView.tsx
@@ -457,7 +457,7 @@ function EditorView(props: EditorViewProps) {
   return (
     <>
     <Helmet>
-      {application && <title>{application.name}</title>}
+      {application && <title>{appSettingsComp?.children?.title?.getView?.() || application?.name}</title>}
       {isLowCoderDomain || isLocalhost && [
         // Adding Support for iframely to be able to embedd apps as iframes
         application?.name ? ([