templates/app_files/app/views/hq/users/edit.html.haml in cybele-2.1.0 vs templates/app_files/app/views/hq/users/edit.html.haml in cybele-2.2.0
- old
+ new
@@ -1,3 +1,3 @@
- content_for :form_title do
- = t('view.tooltips.edit', resource_name: t('view.admin_info'))
+ = t('view.title.edit', resource_name: User.model_name.human)
= render 'form', user: @user