Commit b12a6db45440e7bf8bdab11630591f480deb70cb

Authored by Rafael Manzo
1 parent 19e758b0

Fixes KalibroConfiguration edition page title translation

app/views/kalibro_configurations/edit.html.erb
1   -<h1><%= t_action(:edit, model: KalibroConfiguration) %></h1>
  1 +<h1><%= t_action(:edit, KalibroConfiguration) %></h1>
2 2  
3 3 <%= render 'form' %>
... ...