app/views/decidim/system/organizations/new.html.erb in decidim-system-0.27.4 vs app/views/decidim/system/organizations/new.html.erb in decidim-system-0.27.5

- old
+ new

@@ -1,5 +1,7 @@ +<% add_decidim_page_title(t(".title")) %> + <% provide :title do %> <h2><%= t ".title" %></h2> <% end %> <%= decidim_form_for(@form) do |f| %> @@ -33,12 +35,12 @@ <div class="field"> <%= f.label :organization_locales, "", class: @form.respond_to?(:errors) && @form.errors[:default_locale].present? ? "is-invalid-label" : "" %> <table> <thead> <tr> - <td>Locale</td> - <td>Enabled <%= f.error_for(:available_locales) %></td> - <td>Default? <%= f.error_for(:default_locale) %></td> + <th><%= t(".locale") %></th> + <th><%= t(".enabled") %> <%= f.error_for(:available_locales) %></th> + <th><%= t(".default") %><%= f.error_for(:default_locale) %></th> </tr> </thead> <tbody> <% localized_locales.each do |locale| %> <tr>