0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-01 10:18:54 +02:00
This commit is contained in:
Luke Barnard 2017-11-16 18:03:31 +00:00
parent 9d83d52027
commit 270f9cd23a

View file

@ -143,7 +143,7 @@ class ApplicationService(object):
if get_domain_from_id(regex_obj.get("group_id")) != self.server_name:
raise ValueError(
"Expected string for 'group_id' to be for this host in ns '%s'" % ns
"Expected 'group_id' to be this host in ns '%s'" % ns
)
regex = regex_obj.get("regex")