lib/generators/coalla/cms/templates/views/admin/scaffold_template/edit.html.haml.erb in coalla-cms-0.4.4.3 vs lib/generators/coalla/cms/templates/views/admin/scaffold_template/edit.html.haml.erb in coalla-cms-0.5.1.8
- old
+ new
@@ -1,5 +1,5 @@
%h1= <%= @class_name.constantize %>.model_name.human
.page-header
- %h3 Редактирование
+ %h3= t('admin.form.edit')
= render 'form'
\ No newline at end of file