From 19173ab4d69b4729954e55e4120bd88412f99ef2 Mon Sep 17 00:00:00 2001 From: David Baker Date: Thu, 19 Oct 2017 16:31:45 +0100 Subject: [PATCH] Space, man. --- src/components/views/dialogs/CreateGroupDialog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/views/dialogs/CreateGroupDialog.js b/src/components/views/dialogs/CreateGroupDialog.js index 70d16da634..a0b8f84130 100644 --- a/src/components/views/dialogs/CreateGroupDialog.js +++ b/src/components/views/dialogs/CreateGroupDialog.js @@ -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",