Rename en.registrar translation key to en.registrar_name

#240
This commit is contained in:
Artur Beljajev 2016-11-11 12:42:16 +02:00
parent 2643df8d21
commit 064716bebf
29 changed files with 45 additions and 46 deletions

View file

@ -14,7 +14,7 @@
= f.search_field :registrant, value: params[:q][:registrant], class: 'form-control', placeholder: t(:registrant)
.col-md-3
.form-group
= label_tag t(:registrar)
= label_tag t(:registrar_name)
= f.search_field :registrar, value: params[:q][:registrar], class: 'form-control', placeholder: t(:registrant)
.col-md-3
.form-group
@ -48,7 +48,7 @@
%th{class: 'col-xs-2'}
= t(:registrant)
%th{class: 'col-xs-2'}
= t(:registrar)
= t(:registrar_name)
%th{class: 'col-xs-2'}
= t(:action)
%th{class: 'col-xs-2'}