We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb5a740 commit 2969617Copy full SHA for 2969617
1 file changed
decidim-initiatives/app/views/decidim/initiatives/initiative_signatures/finish.html.erb
@@ -1,4 +1,4 @@
1
-<%= cell("decidim/announcement", t("decidim.initiatives.initiative_votes.create.success_html"), callout_class: "secondary", title: translated_attribute(current_initiative.title)) %>
+<%= cell("decidim/announcement", t("decidim.initiatives.initiative_votes.create.success_html", title: translated_attribute(current_initiative.title)), callout_class: "secondary") %>
2
3
<%= link_to initiative_path(current_initiative), class: "button button__sm md:button__lg button__text-secondary" do %>
4
<%= icon "arrow-left-line" %>
0 commit comments