Update turnstile widget

This commit is contained in:
Captain Jack Sparrow 2024-06-09 21:26:47 +00:00
parent 46662f0615
commit 8f28dde9ca
2 changed files with 2 additions and 2 deletions

View File

@ -457,7 +457,7 @@
"shortRemaining": "-{{timeLeft}}"
},
"turnstile": {
"description": "Please prove your humanity by completing the Captcha on the right. This is to keep sudo-flix.lol safe!",
"description": "Please prove your humanity by completing the quick Captcha on the right. This is to keep sudo-flix safe!",
"error": "Failed to verify your humanity! Please try again.",
"title": "Are You a Robot 🤖?",
"verifyingHumanity": "Verifying your humanity... (^▽^)👍"

View File

@ -33,7 +33,7 @@ function TurnstileInteractive() {
show ? "" : "hidden",
)}
>
<div className="w-full grid lg:grid-cols-[1fr,auto] gap-5 items-center">
<div className="w-full grid lg:grid-cols-[1fr,auto] gap-7 items-center">
<div className="text-left">
<h2 className="text-type-emphasis font-bold text-xl mb-6">
{t("player.turnstile.title")}