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

This commit is contained in:
Weblate 2018-05-22 08:42:12 +00:00
commit e8e847e799

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