i18n: fix invalid i18n key in the admin section

This commit is contained in:
Pierre de La Morinerie 2021-09-15 12:39:19 -05:00
parent e6b044531d
commit 423deb3c3a

View file

@ -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