diff --git a/webapp/channels/src/components/plugin_marketplace/web_marketplace_banner.tsx b/webapp/channels/src/components/plugin_marketplace/web_marketplace_banner.tsx index b4c04d98dc..38dd857563 100644 --- a/webapp/channels/src/components/plugin_marketplace/web_marketplace_banner.tsx +++ b/webapp/channels/src/components/plugin_marketplace/web_marketplace_banner.tsx @@ -26,11 +26,11 @@ const WebMarketplaceBanner = () => { location='marketplace_modal' > - {formatMessage({id: 'marketplace_modal.web_marketplace_link.title', defaultMessage: 'Explore Community Integrations'})} + {formatMessage({id: 'marketplace_modal.web_marketplace_link.title', defaultMessage: 'Discover community integrations'})} <ArrowRightIcon size={24}/> - {formatMessage({id: 'marketplace_modal.web_marketplace_link.desc', defaultMessage: 'We have dozens of community integrations available. So definitely do check them out!'})} + {formatMessage({id: 'marketplace_modal.web_marketplace_link.desc', defaultMessage: 'Connect the tools you use most to Mattermost'})} diff --git a/webapp/channels/src/i18n/en.json b/webapp/channels/src/i18n/en.json index 86d99f0622..b69f4f5340 100644 --- a/webapp/channels/src/i18n/en.json +++ b/webapp/channels/src/i18n/en.json @@ -3960,8 +3960,8 @@ "marketplace_modal.tabs.all_listing": "All", "marketplace_modal.tabs.installed_listing": "Installed ({count})", "marketplace_modal.title": "App Marketplace", - "marketplace_modal.web_marketplace_link.desc": "We have dozens of community integrations available. So definitely do check them out!", - "marketplace_modal.web_marketplace_link.title": "Explore Community Integrations", + "marketplace_modal.web_marketplace_link.desc": "Connect the tools you use most to Mattermost", + "marketplace_modal.web_marketplace_link.title": "Discover community integrations", "menu.cloudFree.enterpriseTrialDescription": "Your trial is active until {trialEndDay}. Discover our top Enterprise features. Learn more", "menu.cloudFree.enterpriseTrialTitle": "Enterprise Trial", "menu.cloudFree.postTrial.tryEnterprise": "Interested in a limitless plan with high-security features? See plans",