From 9fb9567b0f93a4e1612b200bb870fd41658a2f96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Pereira=20de=20Lucena?= Date: Fri, 8 Jul 2022 09:27:48 +0200 Subject: [PATCH] Fix hardcoded hour in election dashboard (#9465) (#9528) --- decidim-elections/config/locales/en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/decidim-elections/config/locales/en.yml b/decidim-elections/config/locales/en.yml index 755dfb44e411..f260b01a1eec 100644 --- a/decidim-elections/config/locales/en.yml +++ b/decidim-elections/config/locales/en.yml @@ -237,7 +237,7 @@ en: minimum_answers: Questions must have at least two answers. minimum_questions: The election must have at least one question. published: The election is not published. - time_before: The start time is in less than 3 hours before the election starts. + time_before: The start time is in less than %{hours} hours before the election starts. trustees_number: The participatory space must have at least %{number} trustees with public key. invalid: There was a problem setting up this election no_trustees: There are no Trustees configured for this participatory space