fix(contact): translate captcha honeypot label
This commit is contained in:
parent
0641069d0b
commit
bc7cdb6b8e
5 changed files with 6 additions and 6 deletions
|
@ -26,8 +26,6 @@
|
|||
= t('.your_question')
|
||||
= hidden_field_tag :type, params[:type]
|
||||
|
||||
= invisible_captcha
|
||||
|
||||
%dl
|
||||
- @options.each do |(question, question_type, link)|
|
||||
%dt
|
||||
|
@ -71,5 +69,7 @@
|
|||
|
||||
= hidden_field_tag :tags, @tags&.join(',')
|
||||
|
||||
= invisible_captcha
|
||||
|
||||
.send-wrapper
|
||||
= button_tag t('send_mail', scope: [:utils]), type: :submit, class: 'button send primary'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue