diff --git a/src/components/DocumentEditor/EditorElements/TitleElement.tsx b/src/components/DocumentEditor/EditorElements/TitleElement.tsx index 9e697bf..68c9e9b 100644 --- a/src/components/DocumentEditor/EditorElements/TitleElement.tsx +++ b/src/components/DocumentEditor/EditorElements/TitleElement.tsx @@ -57,7 +57,7 @@ export function TitleElement(props) { data-id={element.id} data-path={JSON.stringify(path)} data-element={element.type} - data-placeholder={shouldShowPlaceholder ? "Untitled Workspace" : ""} + data-placeholder={shouldShowPlaceholder ? "Untitled Widget" : ""} > {children} diff --git a/src/components/Layouts/AccountLayout.tsx b/src/components/Layouts/AccountLayout.tsx index 195751b..24acf7d 100644 --- a/src/components/Layouts/AccountLayout.tsx +++ b/src/components/Layouts/AccountLayout.tsx @@ -703,7 +703,7 @@ const Layout: React.FC = ({ width={22} />{" "} - New Document + New Widget @@ -983,7 +983,7 @@ const WorkspacePopover: React.FC = ({ setPopoverVisible(false); }} > - New Document + New Widget