From 0d17002c17019c76cbe65657fdf5cfcd94f65020 Mon Sep 17 00:00:00 2001 From: jazairi <16103405+jazairi@users.noreply.github.com> Date: Wed, 15 Apr 2026 12:17:46 -0700 Subject: [PATCH] Update bot challenge page with UXWS suggestions Why these changes are being introduced: UXWS has requested changes to the copy in the bot challenge page. Relevant ticket(s): - [USE-444](https://mitlibraries.atlassian.net/browse/USE-444) How this addresses that need: This implements the requested changes. Side effects of this change: None. --- app/views/turnstile/show.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/turnstile/show.html.erb b/app/views/turnstile/show.html.erb index 3d13cd9f..d58faf80 100644 --- a/app/views/turnstile/show.html.erb +++ b/app/views/turnstile/show.html.erb @@ -2,9 +2,9 @@
-

Verify you're human

+

Please verify below you are a human

- 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!

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