From 87d7db3438d46dcd7d84a65739287e25bbb3644f Mon Sep 17 00:00:00 2001 From: Reed Garmsen Date: Tue, 1 Dec 2015 11:04:24 -0800 Subject: Added legal and support settings to sys console and implemented support for options in app --- .../components/tutorial/tutorial_intro_screens.jsx | 25 ++++++++++++++-------- 1 file changed, 16 insertions(+), 9 deletions(-) (limited to 'web/react/components/tutorial') diff --git a/web/react/components/tutorial/tutorial_intro_screens.jsx b/web/react/components/tutorial/tutorial_intro_screens.jsx index 9360d31f8..7ab1e5512 100644 --- a/web/react/components/tutorial/tutorial_intro_screens.jsx +++ b/web/react/components/tutorial/tutorial_intro_screens.jsx @@ -112,23 +112,30 @@ export default class TutorialIntroScreens extends React.Component { const circles = this.createCircles(); - return ( -
-

{'You’re all set'}

-

- {inviteModalLink} - {' when you’re ready.'} -

+ let supportInfo = null; + if (global.window.mm_config.SupportEmail) { + supportInfo = (

{'Need anything, just email us at '} - {'feedback@mattermost.com'} + {global.window.mm_config.SupportEmail} {'.'}

+ ); + } + + return ( +
+

{'You’re all set'}

+

+ {inviteModalLink} + {' when you’re ready.'} +

+ {supportInfo} {'Click “Next” to enter Town Square. This is the first channel teammates see when they sign up. Use it for posting updates everyone needs to know.'} {circles}
-- cgit v1.2.3-1-g7c22