You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-27 04:21:52 +03:00
Use one string instead of two
Signed-off-by: Aaron Raimist <aaron@raim.ist>
This commit is contained in:
@ -753,8 +753,9 @@ export default React.createClass({
|
||||
warnings.push((
|
||||
<span className="warning">
|
||||
{ " " /* Whitespace, otherwise the sentences get smashed together */ }
|
||||
{ _t("You are an administrator of this community") + ". " }
|
||||
{ _t("You will not be able to rejoin without an invite from another administrator.") }
|
||||
{ /* eslint-disable max-len */ }
|
||||
{ _t("You are an administrator of this community. You will not be able to rejoin without an invite from another administrator.") }
|
||||
{ /* eslint-enable max-len */ }
|
||||
</span>
|
||||
));
|
||||
}
|
||||
|
Reference in New Issue
Block a user