summaryrefslogtreecommitdiffstats
path: root/webapp
diff options
context:
space:
mode:
authorJason Blais <jason@spinpunch.com>2016-08-16 10:08:11 -0400
committerenahum <nahumhbl@gmail.com>2016-08-16 09:08:11 -0500
commit21750e3637a18f5ea9b29d0116226c80a81f0d7f (patch)
tree44cbd97f7a1c3b7e810fccb4f754ecbe63046980 /webapp
parentc5fc504cb26be0c2e96083c0bad6c79d278e3afc (diff)
downloadchat-21750e3637a18f5ea9b29d0116226c80a81f0d7f.tar.gz
chat-21750e3637a18f5ea9b29d0116226c80a81f0d7f.tar.bz2
chat-21750e3637a18f5ea9b29d0116226c80a81f0d7f.zip
PLT-3886 Add missing period in tutorial intro screen (#3811)
* Add missing period in tutorial intro screen * Update en.json
Diffstat (limited to 'webapp')
-rw-r--r--webapp/components/tutorial/tutorial_intro_screens.jsx2
-rw-r--r--webapp/i18n/en.json2
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='<h3>Welcome to:</h3>
<h1>Mattermost</h1>
- <p>Your team communication all in one place, instantly searchable and available anywhere</p>
+ <p>Your team communication all in one place, instantly searchable and available anywhere.</p>
<p>Keep your team connected to help them achieve what matters most.</p>'
/>
{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": "<h3>Welcome to:</h3><h1>Mattermost</h1><p>Your team communication all in one place, instantly searchable and available anywhere</p><p>Keep your team connected to help them achieve what matters most.</p>",
+ "tutorial_intro.screenOne": "<h3>Welcome to:</h3><h1>Mattermost</h1><p>Your team communication all in one place, instantly searchable and available anywhere.</p><p>Keep your team connected to help them achieve what matters most.</p>",
"tutorial_intro.screenTwo": "<h3>How Mattermost works:</h3><p>Communication happens in public discussion channels, private groups and direct messages.</p><p>Everything is archived and searchable from any web-enabled desktop, laptop or phone.</p>",
"tutorial_intro.skip": "Skip tutorial",
"tutorial_intro.support": "Need anything, just email us at ",