mirror of
https://github.com/element-hq/element-web
synced 2024-11-29 04:48:50 +03:00
Space, man.
This commit is contained in:
parent
4abaa93cf0
commit
19173ab4d6
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ export default React.createClass({
|
|||
|
||||
if (!/^[a-zA-Z0-9]*$/.test(groupId)) {
|
||||
error = _t("Community IDs may only contain alphanumeric characters");
|
||||
} else if (domain !== MatrixClientPeg.get().getDomain()) {
|
||||
} else if (domain !== MatrixClientPeg.get().getDomain()) {
|
||||
error = _t(
|
||||
"It is currently only possible to create communities on your own home server: "+
|
||||
"use a community ID ending with %(domain)s",
|
||||
|
|
Loading…
Reference in a new issue