Merge pull request #1918 from matrix-org/dbkr/leave_room_warning_space

Space between sentences in 'leave room' warning
This commit is contained in:
David Baker 2018-05-22 09:42:06 +01:00 committed by GitHub
commit 1895f82d62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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