about summary refs log tree commit diff
path: root/app/views
diff options
context:
space:
mode:
authorClaire <claire.github-309c@sitedethib.com>2022-01-26 14:24:10 +0100
committerGitHub <noreply@github.com>2022-01-26 14:24:10 +0100
commit58930199379305e718d57b48488cc752b452e72a (patch)
tree5403b8f9b8f61326540b4e692e3d290e7036933c /app/views
parent129bc429797452f984551b87f753222e824ec3ca (diff)
parentb768a4dea94cb27fb43d4ae8b18ed195093eb4c6 (diff)
Merge pull request #1667 from ClearlyClaire/glitch-soc/fixes/hcaptcha-text
Improve explanations around the hCaptcha feature
Diffstat (limited to 'app/views')
-rw-r--r--app/views/auth/confirmations/captcha.html.haml5
1 files changed, 4 insertions, 1 deletions
diff --git a/app/views/auth/confirmations/captcha.html.haml b/app/views/auth/confirmations/captcha.html.haml
index 0f7cf9c59..0fae367db 100644
--- a/app/views/auth/confirmations/captcha.html.haml
+++ b/app/views/auth/confirmations/captcha.html.haml
@@ -1,10 +1,13 @@
 - content_for :page_title do
-  = t('auth.confirm_captcha')
+  = t('auth.captcha_confirmation.title')
 
 = form_tag auth_captcha_confirmation_url, method: 'POST', class: 'simple_form' do
   = hidden_field_tag :confirmation_token, params[:confirmation_token]
 
   .field-group
+    %p.hint= t('auth.captcha_confirmation.hint_html')
+
+  .field-group
     = render_captcha
 
   .actions