about summary refs log tree commit diff
diff options
context:
space:
mode:
authorClaire <claire.github-309c@sitedethib.com>2023-02-19 11:02:27 +0100
committerClaire <claire.github-309c@sitedethib.com>2023-02-19 11:02:27 +0100
commitdc0cc5a57d224b4c53bc58dad919b727055bd9a3 (patch)
treee4be53cb0b2e7f876bea6c61d4fe64d7586ae63d
parent8c8358b3cf514ee4f56f6273948d36bb92c99ac1 (diff)
Fix incorrect translation string in glitch-soc captcha feature
-rw-r--r--app/views/auth/confirmations/captcha.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/auth/confirmations/captcha.html.haml b/app/views/auth/confirmations/captcha.html.haml
index 0fae367db..642f19062 100644
--- a/app/views/auth/confirmations/captcha.html.haml
+++ b/app/views/auth/confirmations/captcha.html.haml
@@ -11,4 +11,4 @@
     = render_captcha
 
   .actions
-    %button.button= t('challenge.continue')
+    %button.button= t('challenge.confirm')