mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 17:56:01 +03:00
link to #/register
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
83cb1e6e29
commit
8715b5233c
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ var FilePanel = React.createClass({
|
|||
render: function() {
|
||||
if (MatrixClientPeg.get().isGuest()) {
|
||||
return <div className="mx_FilePanel mx_RoomView_messageListWrapper">
|
||||
<div className="mx_RoomView_empty">You must register to use this functionality</div>
|
||||
<div className="mx_RoomView_empty">You must <a href="#/register">register</a> to use this functionality</div>
|
||||
</div>;
|
||||
} else if (this.noRoom) {
|
||||
return <div className="mx_FilePanel mx_RoomView_messageListWrapper">
|
||||
|
|
Loading…
Reference in a new issue