summaryrefslogtreecommitdiffstats
path: root/web/react/components/sidebar_header.jsx
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2015-11-03 20:51:21 -0800
committerCorey Hulen <corey@hulen.com>2015-11-03 20:51:21 -0800
commit6ed7c8c6d80d30935e952458a02cf358de1bb8b8 (patch)
tree81f86dd106e2c68b539e5b5fe9bd4a6e1e0262f5 /web/react/components/sidebar_header.jsx
parent3656ba5344cdaa26a5563323f3fe8cb179fac6dd (diff)
parenta2d0f335674d94e058d72af0d98aa3f47674e3d5 (diff)
downloadchat-6ed7c8c6d80d30935e952458a02cf358de1bb8b8.tar.gz
chat-6ed7c8c6d80d30935e952458a02cf358de1bb8b8.tar.bz2
chat-6ed7c8c6d80d30935e952458a02cf358de1bb8b8.zip
Merge pull request #1291 from mattermost/tutorial-tweaks
Tutorial tweaks
Diffstat (limited to 'web/react/components/sidebar_header.jsx')
-rw-r--r--web/react/components/sidebar_header.jsx3
1 files changed, 3 insertions, 0 deletions
diff --git a/web/react/components/sidebar_header.jsx b/web/react/components/sidebar_header.jsx
index 3f777d93c..46730e1e6 100644
--- a/web/react/components/sidebar_header.jsx
+++ b/web/react/components/sidebar_header.jsx
@@ -62,6 +62,9 @@ export default class SidebarHeader extends React.Component {
<p>
{'Team administrators can also access their '}<strong>{'Team Settings'}</strong>{' from this menu.'}
</p>
+ <p>
+ {'System administrators will find a '}<strong>{'System Console'}</strong>{' option to administrate the entire system.'}
+ </p>
</div>
);