Skip to content

Commit 70d315a

Browse files
Update welcome and integrations slide copy for DISC audience.
Refine the welcome subtitle and integrations slide messaging per leadership review feedback. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 767fae6 commit 70d315a

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

i18n/en.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -318,9 +318,9 @@
318318
"renderer.components.welcomeScreen.slides.calls.title": "Start secure calls instantly",
319319
"renderer.components.welcomeScreen.slides.collaborate.subtitle": "Coordinate across teams with persistent mission channels, secure file sharing, and automated workflows.",
320320
"renderer.components.welcomeScreen.slides.collaborate.title": "Collaborate in real time",
321-
"renderer.components.welcomeScreen.slides.integrate.subtitle": "Integrate with the tools and systems powering your operations — ticketing, conferencing, alerting, or custom integrations.",
321+
"renderer.components.welcomeScreen.slides.integrate.subtitle": "Centralize data feeds, automate alerts, and integrate custom tooling directly into your operational hub.",
322322
"renderer.components.welcomeScreen.slides.integrate.title": "Integrate with your systems",
323-
"renderer.components.welcomeScreen.slides.welcome.subtitle": "Mattermost is a sovereign collaboration platform, purpose-built for operational environments. Secure by design.",
323+
"renderer.components.welcomeScreen.slides.welcome.subtitle": "Mattermost is a sovereign collaboration platform built for operational environments and uncompromising security.",
324324
"renderer.components.welcomeScreen.slides.welcome.title": "Welcome",
325325
"renderer.downloadsDropdown.ClearAll": "Clear All",
326326
"renderer.downloadsDropdown.Downloads": "Downloads",

src/renderer/components/WelcomeScreen/WelcomeScreen.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ function WelcomeScreen({
4545
subtitle: (
4646
<FormattedMessage
4747
id='renderer.components.welcomeScreen.slides.welcome.subtitle'
48-
defaultMessage='Mattermost is a sovereign collaboration platform, purpose-built for operational environments. Secure by design.'
48+
defaultMessage='Mattermost is a sovereign collaboration platform built for operational environments and uncompromising security.'
4949
/>
5050
),
5151
image: (
@@ -100,7 +100,7 @@ function WelcomeScreen({
100100
subtitle: (
101101
<FormattedMessage
102102
id='renderer.components.welcomeScreen.slides.integrate.subtitle'
103-
defaultMessage='Integrate with the tools and systems powering your operations — ticketing, conferencing, alerting, or custom integrations.'
103+
defaultMessage='Centralize data feeds, automate alerts, and integrate custom tooling directly into your operational hub.'
104104
/>
105105
),
106106
image: (

0 commit comments

Comments
 (0)