chore: add messages for chrome extension banner (#40181)

This commit is contained in:
Pawan Kumar 2025-04-09 10:59:04 +05:30 committed by GitHub
parent a852e495b9
commit 573dc2e540
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1996,6 +1996,10 @@ export const IN_APP_EMBED_SETTING = {
"Make your app public to embed your Appsmith app into legacy applications",
secondaryHeading: () =>
"Embedding in public mode is supported in the free plan. To make your app public, please contact your administrator.",
chromeExtensionBannerTitle: () => "Get the Chrome extension",
chromeExtensionBannerDescription: () =>
"Bring powerful AI assistance to the tools you and your teams use.",
chromeExtensionBannerButton: () => "Get the extension",
};
export const APP_NAVIGATION_SETTING = {