feat(support#create): block with invisible captcha [avoid painful captcha]
This commit is contained in:
parent
ec6c71beea
commit
252eee272b
9 changed files with 87 additions and 42 deletions
|
@ -30,6 +30,9 @@
|
|||
# available at http://guides.rubyonrails.org/i18n.html.
|
||||
|
||||
en:
|
||||
invisible_captcha:
|
||||
custom_message: 'If you are a human, ignore this field'
|
||||
|
||||
help: 'Help'
|
||||
utils:
|
||||
'yes': Yes
|
||||
|
|
|
@ -20,6 +20,9 @@
|
|||
# available at http://guides.rubyonrails.org/i18n.html.
|
||||
|
||||
fr:
|
||||
invisible_captcha:
|
||||
custom_message: 'Si vous êtes un humain, veuillez ignorer ce champs'
|
||||
|
||||
help: 'Aide'
|
||||
utils:
|
||||
'yes': Oui
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue