gitlab-org--gitlab-foss/app/views/layouts/_recaptcha_verification.html.haml
Tao Wang dc157729b3
i18n: externalize strings from 'app/views/layouts'
Signed-off-by: Tao Wang <twang2218@gmail.com>
2018-07-23 16:33:37 +10:00

10 lines
347 B
Text

- humanized_resource_name = spammable.class.model_name.human.downcase
%h3.page-title
= _('Anti-spam verification')
%hr
%p
= _("We detected potential spam in the %{humanized_resource_name}. Please solve the reCAPTCHA to proceed.") % { humanized_resource_name: humanized_resource_name }
= render 'shared/recaptcha_form', spammable: spammable