diff --git a/app/views/admin/enterprises/_new_form.html.haml b/app/views/admin/enterprises/_new_form.html.haml index 5cf78a06cd..6964c19032 100644 --- a/app/views/admin/enterprises/_new_form.html.haml +++ b/app/views/admin/enterprises/_new_form.html.haml @@ -102,7 +102,6 @@ = af.label :latitude, t(:latitude) \/ = af.label :longitude, t(:longitude) - %span.required * %div{'ofn-with-tip' => t('latitude_longitude_tip')} %a= t('admin.whats_this') .four.columns diff --git a/app/views/admin/enterprises/form/_address.html.haml b/app/views/admin/enterprises/form/_address.html.haml index 64d72bbadc..6ce9fd1411 100644 --- a/app/views/admin/enterprises/form/_address.html.haml +++ b/app/views/admin/enterprises/form/_address.html.haml @@ -41,7 +41,6 @@ = af.label :latitude, t(:latitude) \/ = af.label :longitude, t(:longitude) - %span.required * = render partial: 'admin/shared/tooltip', locals: {tooltip_text: t('latitude_longitude_tip')} .four.columns = af.text_field :latitude, { placeholder: t(:latitude_placeholder) }