aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--actionpack/lib/action_view/locale/en-US.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/actionpack/lib/action_view/locale/en-US.yml b/actionpack/lib/action_view/locale/en-US.yml
index b8c853322f..818f2f93bd 100644
--- a/actionpack/lib/action_view/locale/en-US.yml
+++ b/actionpack/lib/action_view/locale/en-US.yml
@@ -84,8 +84,8 @@
errors:
template:
header:
- one: "1 error prohibited this {{model}} from being saved"
- many: "{{count}} errors prohibited this {{model}} from being saved"
+ one: "1 error prohibited this {{model}} from being saved"
+ other: "{{count}} errors prohibited this {{model}} from being saved"
# The variable :count is also available
body: "There were problems with the following fields:"