diff --git a/app/views/communities/_poll.html.erb b/app/views/communities/_poll.html.erb index 70792c327..22825a981 100644 --- a/app/views/communities/_poll.html.erb +++ b/app/views/communities/_poll.html.erb @@ -5,6 +5,6 @@
<%= t("communities.poll.take_part", - from: l(poll.starts_at.to_date), to: (poll.ends_at.to_date)) %> + from: l(poll.starts_at.to_date), to: l(poll.ends_at.to_date)) %>