summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorhmhealey <harrisonmhealey@gmail.com>2015-11-10 14:27:51 -0500
committerhmhealey <harrisonmhealey@gmail.com>2015-11-10 14:49:55 -0500
commitf7b099ffdbd3b518601c9da71d08752fddb2f37d (patch)
tree30e1fbd8caf05f5d95062b1a6d9d2a5c5296d4d3 /web
parent81ec1b37419583abdbf395c95977e35e22eb175f (diff)
downloadchat-f7b099ffdbd3b518601c9da71d08752fddb2f37d.tar.gz
chat-f7b099ffdbd3b518601c9da71d08752fddb2f37d.tar.bz2
chat-f7b099ffdbd3b518601c9da71d08752fddb2f37d.zip
Added text to the edit channel purpose menu option on mobile
Diffstat (limited to 'web')
-rw-r--r--web/react/components/navbar.jsx4
1 files changed, 3 insertions, 1 deletions
diff --git a/web/react/components/navbar.jsx b/web/react/components/navbar.jsx
index ff53816c7..af29f219e 100644
--- a/web/react/components/navbar.jsx
+++ b/web/react/components/navbar.jsx
@@ -140,7 +140,9 @@ export default class Navbar extends React.Component {
role='menuitem'
href='#'
onClick={() => this.setState({showEditChannelPurposeModal: true})}
- />
+ >
+ {'Set Channel Purpose...'}
+ </a>
</li>
);
}