mirror of https://github.com/vector-im/riot-web
parent
a2ab36f598
commit
475646a2a7
|
@ -85,10 +85,7 @@ module.exports = React.createClass({
|
||||||
render: function() {
|
render: function() {
|
||||||
return (
|
return (
|
||||||
<div className="mx_ForwardMessage">
|
<div className="mx_ForwardMessage">
|
||||||
|
<h1>Please select the destination room for this message</h1>
|
||||||
<h1>Select a room to send the message to</h1>
|
|
||||||
<h2>Use the left sidebar Room List to select forwarding target</h2>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue