pull/21833/head
Michael Telatynski 2021-04-19 11:36:40 +01:00
parent 9c250171b4
commit 71d5f03a25
1 changed files with 2 additions and 1 deletions

View File

@ -1098,7 +1098,8 @@ export default class MatrixChat extends React.PureComponent<IProps, IState> {
warnings.push(( warnings.push((
<span className="warning" key="only_member_warning"> <span className="warning" key="only_member_warning">
{' '/* Whitespace, otherwise the sentences get smashed together */ } {' '/* Whitespace, otherwise the sentences get smashed together */ }
{ _t("You are the only person here. If you leave, no one will be able to join in the future, including you.") } { _t("You are the only person here. " +
"If you leave, no one will be able to join in the future, including you.") }
</span> </span>
)); ));