Space between sentences in 'leave room' warning

This commit is contained in:
David Baker 2018-05-22 09:28:41 +01:00
parent 6d2d7bb287
commit ae10491f95

View file

@ -957,6 +957,7 @@ export default React.createClass({
if (rule !== "public") {
warnings.push((
<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.") }
</span>
));