From d452c0e0c36480e82563e87bfc746af7611aaa54 Mon Sep 17 00:00:00 2001 From: Gonzalo Villarreal Date: Mon, 2 Jul 2018 17:49:58 -0300 Subject: [PATCH] remove an s from count in horas There was an extra s in {count} parameter, which generated an error 500 when accessing the recording list of any space in Spanish --- config/locales/es-419/_dotiw.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/locales/es-419/_dotiw.yml b/config/locales/es-419/_dotiw.yml index 2e7d01006..08fa136b2 100644 --- a/config/locales/es-419/_dotiw.yml +++ b/config/locales/es-419/_dotiw.yml @@ -9,7 +9,7 @@ es-419: other: '%{count} minutes' hours: one: 1 hora - other: '%{counts} horas' + other: '%{count} horas' days: one: 1 día other: '%{count} días'