1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-10 09:22:25 +03:00

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

This commit is contained in:
Weblate
2018-12-18 14:57:52 +00:00

View File

@@ -1077,6 +1077,7 @@ export default React.createClass({
}, },
_getJoinableNode: function() { _getJoinableNode: function() {
const InlineSpinner = sdk.getComponent('elements.InlineSpinner');
return this.state.editing ? <div> return this.state.editing ? <div>
<h3> <h3>
{ _t('Who can join this community?') } { _t('Who can join this community?') }