Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 1895f82

Browse files
authored
Merge pull request #1918 from matrix-org/dbkr/leave_room_warning_space
Space between sentences in 'leave room' warning
2 parents 6d2d7bb + ae10491 commit 1895f82

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/structures/MatrixChat.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -957,6 +957,7 @@ export default React.createClass({
957957
if (rule !== "public") {
958958
warnings.push((
959959
<span className="warning" key="non_public_warning">
960+
{' '/* Whitespace, otherwise the sentences get smashed together */ }
960961
{ _t("This room is not public. You will not be able to rejoin without an invite.") }
961962
</span>
962963
));

0 commit comments

Comments
 (0)