Skip to content

Commit

Permalink
Fix hardcoded hour in election dashboard (#9465) (#9528)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreslucena committed Jul 8, 2022
1 parent e6b163e commit e110d64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion decidim-elections/config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ en:
minimum_answers: Questions must have <strong>at least two answers</strong>.
minimum_questions: The election <strong>must have at least one question</strong>.
published: The election is <strong>not published</strong>.
time_before: The start time is in <strong>less than 3 hours</strong> before the election starts.
time_before: The start time is in <strong>less than %{hours} hours</strong> before the election starts.
trustees_number: The participatory space <strong>must have at least %{number} trustees with public key</strong>.
invalid: There was a problem setting up this election
no_trustees: There are no Trustees configured for this participatory space
Expand Down

0 comments on commit e110d64

Please sign in to comment.