summaryrefslogtreecommitdiffstats
path: root/webapp/components/tutorial/tutorial_intro_screens.jsx
diff options
context:
space:
mode:
authorChristian Arnold <meilon@users.noreply.github.com>2017-06-19 16:57:42 +0200
committerJoram Wilander <jwawilander@gmail.com>2017-06-19 10:57:42 -0400
commitb978f6a61ffd3a02e45a30ffda08233ebcf77456 (patch)
treef16afb24bf3d7a491f3f9e1d17b18b2a390d5406 /webapp/components/tutorial/tutorial_intro_screens.jsx
parentd6603ba7c052efc128bf290af0cf78ada45ba2cc (diff)
downloadchat-b978f6a61ffd3a02e45a30ffda08233ebcf77456.tar.gz
chat-b978f6a61ffd3a02e45a30ffda08233ebcf77456.tar.bz2
chat-b978f6a61ffd3a02e45a30ffda08233ebcf77456.zip
Unified quotation marks (#6682)
Diffstat (limited to 'webapp/components/tutorial/tutorial_intro_screens.jsx')
-rw-r--r--webapp/components/tutorial/tutorial_intro_screens.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/components/tutorial/tutorial_intro_screens.jsx b/webapp/components/tutorial/tutorial_intro_screens.jsx
index 00f7db270..409073e83 100644
--- a/webapp/components/tutorial/tutorial_intro_screens.jsx
+++ b/webapp/components/tutorial/tutorial_intro_screens.jsx
@@ -257,7 +257,7 @@ export default class TutorialIntroScreens extends React.Component {
{supportInfo}
<FormattedMessage
id='tutorial_intro.end'
- defaultMessage='Click “Next” to enter {channel}. This is the first channel teammates see when they sign up. Use it for posting updates everyone needs to know.'
+ defaultMessage='Click "Next" to enter {channel}. This is the first channel teammates see when they sign up. Use it for posting updates everyone needs to know.'
values={{
channel: townSquareDisplayName
}}