Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions app/views/turnstile/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

<section class="turnstile-challenge">
<div class="turnstile-challenge__inner">
<h1>Verify you're human</h1>
<h1 class="hd-4">Please verify below you are a human</h1>
<p>
Please complete this verification to continue.
Sorry to require this extra step, but you’ve somehow landed on our bot challenge page and we need to be sure. Thanks!
</p>

<%= form_with url: turnstile_verify_path, method: :post, local: true do %>
Expand Down
Loading