From 25eabb25389adaef4537fb0939ed52af1d05d26f Mon Sep 17 00:00:00 2001 From: Emil Shakirov Date: Tue, 14 May 2019 17:21:50 +0200 Subject: [PATCH] Fix typo in detail text for unsupported_media_type error --- locales/en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/en.yml b/locales/en.yml index 02915fcc7..065b37314 100644 --- a/locales/en.yml +++ b/locales/en.yml @@ -15,7 +15,7 @@ en: detail: "All requests must use the '%{needed_media_type}' Accept without media type parameters. This request specified '%{media_type}'." unsupported_media_type: title: 'Unsupported media type' - detail: "All requests that create or update must use the '%{needed_media_type}' Content-Type. This request specified '%{media_type}.'" + detail: "All requests that create or update must use the '%{needed_media_type}' Content-Type. This request specified '%{media_type}'." to_many_set_replacement_forbidden: title: 'Complete replacement forbidden' detail: 'Complete replacement forbidden for this relationship'