From b12a6db45440e7bf8bdab11630591f480deb70cb Mon Sep 17 00:00:00 2001 From: Rafael Reggiani Manzo Date: Mon, 4 May 2015 19:36:45 -0300 Subject: [PATCH] Fixes KalibroConfiguration edition page title translation --- app/views/kalibro_configurations/edit.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/kalibro_configurations/edit.html.erb b/app/views/kalibro_configurations/edit.html.erb index ad6be78..7d94bcd 100644 --- a/app/views/kalibro_configurations/edit.html.erb +++ b/app/views/kalibro_configurations/edit.html.erb @@ -1,3 +1,3 @@ -

<%= t_action(:edit, model: KalibroConfiguration) %>

+

<%= t_action(:edit, KalibroConfiguration) %>

<%= render 'form' %> -- libgit2 0.21.2