Merge pull request #1918 from matrix-org/dbkr/leave_room_warning_space
Space between sentences in 'leave room' warningpull/21833/head
commit
1895f82d62
|
@ -957,6 +957,7 @@ export default React.createClass({
|
||||||
if (rule !== "public") {
|
if (rule !== "public") {
|
||||||
warnings.push((
|
warnings.push((
|
||||||
<span className="warning" key="non_public_warning">
|
<span className="warning" key="non_public_warning">
|
||||||
|
{' '/* Whitespace, otherwise the sentences get smashed together */ }
|
||||||
{ _t("This room is not public. You will not be able to rejoin without an invite.") }
|
{ _t("This room is not public. You will not be able to rejoin without an invite.") }
|
||||||
</span>
|
</span>
|
||||||
));
|
));
|
||||||
|
|
Loading…
Reference in New Issue