You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-19 20:23:18 +03:00
Space, man.
This commit is contained in:
@ -71,7 +71,7 @@ export default React.createClass({
|
|||||||
|
|
||||||
if (!/^[a-zA-Z0-9]*$/.test(groupId)) {
|
if (!/^[a-zA-Z0-9]*$/.test(groupId)) {
|
||||||
error = _t("Community IDs may only contain alphanumeric characters");
|
error = _t("Community IDs may only contain alphanumeric characters");
|
||||||
} else if (domain !== MatrixClientPeg.get().getDomain()) {
|
} else if (domain !== MatrixClientPeg.get().getDomain()) {
|
||||||
error = _t(
|
error = _t(
|
||||||
"It is currently only possible to create communities on your own home server: "+
|
"It is currently only possible to create communities on your own home server: "+
|
||||||
"use a community ID ending with %(domain)s",
|
"use a community ID ending with %(domain)s",
|
||||||
|
Reference in New Issue
Block a user