Merge pull request #2605 from matrix-org/luke/fix-group-creation-error-wording
Fix wording on group creation error
This commit is contained in:
commit
e2f4190209
|
@ -749,7 +749,7 @@ class GroupsServerHandler(object):
|
|||
if not is_admin:
|
||||
if not self.hs.config.enable_group_creation:
|
||||
raise SynapseError(
|
||||
403, "Only server admin can create group on this server",
|
||||
403, "Only a server admin can create groups on this server",
|
||||
)
|
||||
localpart = group_id_obj.localpart
|
||||
if not localpart.startswith(self.hs.config.group_creation_prefix):
|
||||
|
|
Loading…
Reference in New Issue