lib/grape/locale/en.yml in grape-1.5.2 vs lib/grape/locale/en.yml in grape-1.5.3

- old
+ new

@@ -42,13 +42,13 @@ problem: "message body does not match declared format" resolution: "when specifying %{body_format} as content-type, you must pass valid %{body_format} in the request's 'body' " + empty_message_body: 'Empty message body supplied with %{body_format} content-type' invalid_accept_header: problem: 'Invalid accept header' resolution: '%{message}' invalid_version_header: problem: 'Invalid version header' resolution: '%{message}' invalid_response: 'Invalid response' -