diff options
-rw-r--r-- | actionpack/lib/action_view/locale/en.yml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/actionpack/lib/action_view/locale/en.yml b/actionpack/lib/action_view/locale/en.yml index a3e2230f6f..187e010e30 100644 --- a/actionpack/lib/action_view/locale/en.yml +++ b/actionpack/lib/action_view/locale/en.yml @@ -141,14 +141,6 @@ minute: "Minute" second: "Seconds" - errors: - template: - header: - 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:" - helpers: select: # Default value for :prompt => true in FormOptionsHelper |