From 8c7d47a922d77b1986940cd46b2213eea47b937e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juanjo=20Baz=C3=A1n?= Date: Sun, 6 Sep 2015 20:39:35 +0200 Subject: [PATCH] typo --- app/views/shared/_errors.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/shared/_errors.html.erb b/app/views/shared/_errors.html.erb index a1887d222..b0b3258e8 100644 --- a/app/views/shared/_errors.html.erb +++ b/app/views/shared/_errors.html.erb @@ -1,7 +1,7 @@ <% if resource.errors.any? %> -
+
× - + <%= pluralize resource.errors.count, t("form.error"), t("form.errors") %>