diff --git a/src/github.com/matrix-org/dendrite/federationapi/routing/devices.go b/src/github.com/matrix-org/dendrite/federationapi/routing/devices.go index 88a8afe03..ba8af7a9a 100644 --- a/src/github.com/matrix-org/dendrite/federationapi/routing/devices.go +++ b/src/github.com/matrix-org/dendrite/federationapi/routing/devices.go @@ -37,7 +37,7 @@ func GetUserDevices( if err != nil { return util.JSONResponse{ Code: http.StatusBadRequest, - JSON: jsonerror.InvalidArgumentValue("Invalid userID"), + JSON: jsonerror.InvalidArgumentValue("Invalid user ID"), } }