i18n: fix invalid i18n key in the admin section
This commit is contained in:
parent
e6b044531d
commit
423deb3c3a
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
|||
|
||||
.contact-champ
|
||||
= label_tag :phone do
|
||||
= t('professional_phone_number', scope: [:supportadmin])
|
||||
= t('pro_phone_number', scope: [:supportadmin])
|
||||
= text_field_tag :phone
|
||||
|
||||
.contact-champ
|
||||
|
|
Loading…
Reference in a new issue