about summary refs log tree commit diff
path: root/app/views/shared/_error_messages.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/shared/_error_messages.html.haml')
-rw-r--r--app/views/shared/_error_messages.html.haml5
1 files changed, 1 insertions, 4 deletions
diff --git a/app/views/shared/_error_messages.html.haml b/app/views/shared/_error_messages.html.haml
index 269365359..b73890216 100644
--- a/app/views/shared/_error_messages.html.haml
+++ b/app/views/shared/_error_messages.html.haml
@@ -1,6 +1,3 @@
 - if object.errors.any?
   .flash-message#error_explanation
-    %strong
-      Something isn't quite right yet! Please review
-      = pluralize(object.errors.count, 'error')
-      below:
+    %strong= t('generic.validation_errors', count: object.errors.count)