summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorit33 <iantien@gmail.com>2015-11-03 08:44:28 -0800
committerit33 <iantien@gmail.com>2015-11-03 08:44:28 -0800
commit738937e629e0afe3859ba6461d2110da91364d72 (patch)
tree7cfda1ab6b9dadcc8ce96f7634d6f3b541e8f100
parent391b86ca57a84685f49b56b8ea0aba383862207d (diff)
downloadchat-738937e629e0afe3859ba6461d2110da91364d72.tar.gz
chat-738937e629e0afe3859ba6461d2110da91364d72.tar.bz2
chat-738937e629e0afe3859ba6461d2110da91364d72.zip
Update 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>
);