From 4929fde3d3d2e2b278e324f8cba38484b8c37516 Mon Sep 17 00:00:00 2001 From: Scott Bishel Date: Thu, 14 Sep 2023 07:57:56 -0600 Subject: [PATCH] update text (#24531) Co-authored-by: Mattermost Build --- .../components/plugin_marketplace/web_marketplace_banner.tsx | 4 ++-- webapp/channels/src/i18n/en.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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",