Skip to content

Commit 25eabb2

Browse files
author
Emil Shakirov
committed
Fix typo in detail text for unsupported_media_type error
1 parent 1ac6bba commit 25eabb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

locales/en.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ en:
1515
detail: "All requests must use the '%{needed_media_type}' Accept without media type parameters. This request specified '%{media_type}'."
1616
unsupported_media_type:
1717
title: 'Unsupported media type'
18-
detail: "All requests that create or update must use the '%{needed_media_type}' Content-Type. This request specified '%{media_type}.'"
18+
detail: "All requests that create or update must use the '%{needed_media_type}' Content-Type. This request specified '%{media_type}'."
1919
to_many_set_replacement_forbidden:
2020
title: 'Complete replacement forbidden'
2121
detail: 'Complete replacement forbidden for this relationship'

0 commit comments

Comments
 (0)