From 21750e3637a18f5ea9b29d0116226c80a81f0d7f Mon Sep 17 00:00:00 2001 From: Jason Blais Date: Tue, 16 Aug 2016 10:08:11 -0400 Subject: PLT-3886 Add missing period in tutorial intro screen (#3811) * Add missing period in tutorial intro screen * Update en.json --- webapp/components/tutorial/tutorial_intro_screens.jsx | 2 +- webapp/i18n/en.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/webapp/components/tutorial/tutorial_intro_screens.jsx b/webapp/components/tutorial/tutorial_intro_screens.jsx index f435ff972..a0b6118d3 100644 --- a/webapp/components/tutorial/tutorial_intro_screens.jsx +++ b/webapp/components/tutorial/tutorial_intro_screens.jsx @@ -81,7 +81,7 @@ export default class TutorialIntroScreens extends React.Component { id='tutorial_intro.screenOne' defaultMessage='

Welcome to:

Mattermost

-

Your team communication all in one place, instantly searchable and available anywhere

+

Your team communication all in one place, instantly searchable and available anywhere.

Keep your team connected to help them achieve what matters most.

' /> {circles} diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json index d249d7596..3922f41bb 100644 --- a/webapp/i18n/en.json +++ b/webapp/i18n/en.json @@ -1603,7 +1603,7 @@ "tutorial_intro.mobileApps": "Install the apps for {link} for easy access and notifications on the go.", "tutorial_intro.mobileAppsLinkText": "PC, Mac, iOS and Android", "tutorial_intro.next": "Next", - "tutorial_intro.screenOne": "

Welcome to:

Mattermost

Your team communication all in one place, instantly searchable and available anywhere

Keep your team connected to help them achieve what matters most.

", + "tutorial_intro.screenOne": "

Welcome to:

Mattermost

Your team communication all in one place, instantly searchable and available anywhere.

Keep your team connected to help them achieve what matters most.

", "tutorial_intro.screenTwo": "

How Mattermost works:

Communication happens in public discussion channels, private groups and direct messages.

Everything is archived and searchable from any web-enabled desktop, laptop or phone.

", "tutorial_intro.skip": "Skip tutorial", "tutorial_intro.support": "Need anything, just email us at ", -- cgit v1.2.3-1-g7c22