Skip to content

Commit

Permalink
Update recaptcha_helper.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronDewes authored Apr 26, 2024
1 parent b26ef22 commit 277a645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/recaptcha/app/helpers/recaptcha_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ def recaptcha_available_options
[I18n.t("recaptcha.settings.type_v2"), ::OpenProject::Recaptcha::TYPE_V2],
[I18n.t("recaptcha.settings.type_v3"), ::OpenProject::Recaptcha::TYPE_V3],
[I18n.t("recaptcha.settings.type_hcaptcha"), ::OpenProject::Recaptcha::TYPE_HCAPTCHA],
[I18n.t("captcha.settings.type_turnstile"), ::OpenProject::Recaptcha::TYPE_TURNSTILE]
[I18n.t("recaptcha.settings.type_turnstile"), ::OpenProject::Recaptcha::TYPE_TURNSTILE]

]
end
Expand Down

0 comments on commit 277a645

Please sign in to comment.