try to make joining rooms more obvious

This commit is contained in:
Matthew Hodgson
2017-02-02 13:32:07 +00:00
parent f8d7902d2e
commit 211be5752c
+1 -1
View File
@@ -146,7 +146,7 @@ module.exports = React.createClass({
<div>
<div className="mx_RoomPreviewBar_join_text">
You are trying to access { name }.<br/>
Would you like to <a onClick={ this.props.onJoinClick }>join</a> in order to participate in the discussion?
<a onClick={ this.props.onJoinClick }>Click here to join</a> the discussion!
</div>
</div>
);