try to make joining rooms more obvious

pull/21833/head
Matthew Hodgson 2016-11-13 14:13:21 +00:00
parent a967ddd1cb
commit 69f6393ed9
1 changed files with 1 additions and 1 deletions

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>
);