diff --git a/app/client/src/ce/constants/messages.ts b/app/client/src/ce/constants/messages.ts index 8267044a88..76ae05963d 100644 --- a/app/client/src/ce/constants/messages.ts +++ b/app/client/src/ce/constants/messages.ts @@ -2078,7 +2078,7 @@ export const DATASOURCE_DROPDOWN_OPTIONS = { }; export const COMMUNITY_TEMPLATES = { - publish: () => "Publish", + tabTitle: () => "Showcase", cancel: () => "Cancel", publishSuccessPage: { title: () => "Live on Appsmith community", diff --git a/app/client/src/pages/Editor/CommunityTemplates/Modals/PublishCommunityTemplate/CommunityTemplateForm.tsx b/app/client/src/pages/Editor/CommunityTemplates/Modals/PublishCommunityTemplate/CommunityTemplateForm.tsx index b6ea9833fe..cdeb1efee5 100644 --- a/app/client/src/pages/Editor/CommunityTemplates/Modals/PublishCommunityTemplate/CommunityTemplateForm.tsx +++ b/app/client/src/pages/Editor/CommunityTemplates/Modals/PublishCommunityTemplate/CommunityTemplateForm.tsx @@ -18,7 +18,6 @@ import { import ApplicationSettings from "./components/ApplicationSettings"; import AuthorDetailsInput from "./components/AuthorDetailsInput"; import PublishedInfo from "./components/PublishedInfo"; -import TemplateCardPreview from "./components/TemplateCardPreview"; import TemplateInfoForm from "./components/TemplateInfoForm"; import { viewerURL } from "@appsmith/RouteBuilder"; import { getCurrentPageId } from "@appsmith/selectors/entitiesSelector"; @@ -110,11 +109,11 @@ const CommunityTemplateForm = ({ onPublishSuccess }: Props) => { return ( <> - + />*/} - {createMessage(COMMUNITY_TEMPLATES.publish)} + {createMessage(COMMUNITY_TEMPLATES.tabTitle)} )}