mirror of
https://github.com/element-hq/synapse.git
synced 2024-12-19 09:31:35 +03:00
tweak error wording
This commit is contained in:
parent
8c8482c7c6
commit
1d7511c199
1 changed files with 1 additions and 1 deletions
|
@ -568,7 +568,7 @@ class RoomCreationHandler(BaseHandler):
|
|||
):
|
||||
raise SynapseError(
|
||||
400,
|
||||
"Not a valid power_level_content_override, did not contain %s"
|
||||
"Not a valid power_level_content_override: 'users' did not contain %s"
|
||||
% (user_id,),
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue