diff options
author | Claire <claire.github-309c@sitedethib.com> | 2023-02-19 11:02:27 +0100 |
---|---|---|
committer | Claire <claire.github-309c@sitedethib.com> | 2023-02-19 11:02:27 +0100 |
commit | dc0cc5a57d224b4c53bc58dad919b727055bd9a3 (patch) | |
tree | e4be53cb0b2e7f876bea6c61d4fe64d7586ae63d /app/views | |
parent | 8c8358b3cf514ee4f56f6273948d36bb92c99ac1 (diff) |
Fix incorrect translation string in glitch-soc captcha feature
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/auth/confirmations/captcha.html.haml | 2 |
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') |