Merge remote-tracking branch 'origin/develop' into develop

pull/21833/head
Weblate 2018-05-22 08:42:12 +00:00
commit e8e847e799
1 changed files with 1 additions and 0 deletions

View File

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