From cd72b7e5374b764df9e0aea8416049a9bccf92b7 Mon Sep 17 00:00:00 2001 From: kikito Date: Thu, 22 Dec 2016 20:27:16 +0100 Subject: [PATCH] Renames i18n param --- config/locales/budgets.en.yml | 4 ++-- config/locales/budgets.es.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/locales/budgets.en.yml b/config/locales/budgets.en.yml index 0c8eb34e1..04af83ddc 100644 --- a/config/locales/budgets.en.yml +++ b/config/locales/budgets.en.yml @@ -4,7 +4,7 @@ en: show: title: Your ballot amount_spent: Amount spent - remaining: "You still have %{amount_city} to invest." + remaining: "You still have %{amount} to invest." remove: Remove vote voted_html: one: "You have voted one proposal." @@ -110,4 +110,4 @@ en: group: Group heading: Heading price: Price - no_heading: No Heading \ No newline at end of file + no_heading: No Heading diff --git a/config/locales/budgets.es.yml b/config/locales/budgets.es.yml index 163dd25ac..cd02e1cd3 100644 --- a/config/locales/budgets.es.yml +++ b/config/locales/budgets.es.yml @@ -4,7 +4,7 @@ es: show: title: Mis votos amount_spent: Coste total - remaining: "Te quedan %{amount_city} para invertir" + remaining: "Te quedan %{amount} para invertir" remove: Quitar voto voted_html: one: "Has votado una propuesta." @@ -110,4 +110,4 @@ es: group: Grupo heading: Partida price: Cantidad - no_heading: Sin línea \ No newline at end of file + no_heading: Sin línea