mirror of
https://github.com/element-hq/element-web
synced 2024-11-28 20:38:55 +03:00
Space between sentences in 'leave room' warning
This commit is contained in:
parent
6d2d7bb287
commit
ae10491f95
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue