diff --git a/decidim-conferences/app/views/decidim/conferences/conferences/show.html.erb b/decidim-conferences/app/views/decidim/conferences/conferences/show.html.erb index c461ba4923052..9eeb76bdc6e17 100644 --- a/decidim-conferences/app/views/decidim/conferences/conferences/show.html.erb +++ b/decidim-conferences/app/views/decidim/conferences/conferences/show.html.erb @@ -85,7 +85,7 @@ edit_link( <% if current_participatory_space.registrations_enabled? %>
- <% if current_participatory_space.registration_types.present?%> + <% if current_participatory_space.registration_types.present? %>

<%= t("decidim.conferences.conferences.show.register") %>

<% end %> <% if current_user.present? %>