Skip to content

Commit

Permalink
Fixed conferences title in superspace show (#28)
Browse files Browse the repository at this point in the history
Co-authored-by: Jose Illana Lope <jose.illana@nazaries.com>
  • Loading branch information
pepeilo02 and Jose Illana Lope authored Feb 21, 2025
1 parent feb584a commit a48cf38
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/decidim/superspaces/superspaces/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

<% if superspace.conferences.any? %>
<section id="processes-grid" class="layout-main__section layout-main__heading">
<h2 class="title-decorator"><%= t("participatory_processes", scope: "decidim.superspaces.superspaces.show") %></h2>
<h2 class="title-decorator"><%= t("conferences", scope: "decidim.superspaces.superspaces.show") %></h2>
<% superspace.conferences.each do |conference| %>
<%= card_for conference, highlight: true, size: :g %>
<% end %>
Expand Down
1 change: 1 addition & 0 deletions config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,5 @@ en:
keep: No, I want to keep keep my language
show:
assemblies: Assemblies
conferences: Conferences
participatory_processes: Participatory Processes
1 change: 1 addition & 0 deletions config/locales/es.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,5 @@ es:
keep: No, quiero mantener mi idioma
show:
assemblies: Asambleas
conferences: Conferencias
participatory_processes: Procesos participativos

0 comments on commit a48cf38

Please sign in to comment.