summaryrefslogtreecommitdiffstats
path: root/web/react/components/sidebar_header.jsx
diff options
context:
space:
mode:
authorAsaad Mahmood <Unknowngi@live.com>2015-11-02 20:57:23 +0500
committerJoramWilander <jwawilander@gmail.com>2015-11-02 14:47:24 -0500
commit4c5c42e37415df75d398027b6c2a6ea39e138688 (patch)
tree394d652279f55412e75c180f335b8da2baa5bdb0 /web/react/components/sidebar_header.jsx
parentdedbc122c666a68de4759be7b7c70e698e3e2c28 (diff)
downloadchat-4c5c42e37415df75d398027b6c2a6ea39e138688.tar.gz
chat-4c5c42e37415df75d398027b6c2a6ea39e138688.tar.bz2
chat-4c5c42e37415df75d398027b6c2a6ea39e138688.zip
Updating tutorials UI
Diffstat (limited to 'web/react/components/sidebar_header.jsx')
-rw-r--r--web/react/components/sidebar_header.jsx9
1 files changed, 6 insertions, 3 deletions
diff --git a/web/react/components/sidebar_header.jsx b/web/react/components/sidebar_header.jsx
index 0d48c6f88..1bf70ce76 100644
--- a/web/react/components/sidebar_header.jsx
+++ b/web/react/components/sidebar_header.jsx
@@ -64,7 +64,8 @@ export default class SidebarHeader extends React.Component {
screens.push(
<div>
- <h4><strong>{'Sending Messages'}</strong></h4>
+ <h4>{'Main Menu'}</h4>
+ <p>
{'The '}<strong>{'Main Menu'}</strong>{' is where you can '}
<a
href='#'
@@ -82,8 +83,10 @@ export default class SidebarHeader extends React.Component {
{'Account Settings'}
</a>
{', and set your '}<strong>{'Theme Color'}</strong>{'.'}
- <br/><br/>
+ </p>
+ <p>
{'Team administrators can also access their '}{teamSettingsLink}{' from this menu.'}
+ </p>
</div>
);
@@ -95,7 +98,7 @@ export default class SidebarHeader extends React.Component {
ref='tip'
placement='right'
screens={screens}
- overlayClass='tip-overlay--sidebar'
+ overlayClass='tip-overlay--header'
/>
</div>
);