From 6b2f05b96b083a5cd345efa7add47de71a23be16 Mon Sep 17 00:00:00 2001 From: JensFalk Date: Tue, 22 Sep 2026 10:53:08 +0200 Subject: [PATCH] fp-altcha.js: Fallback-Text an neuen Bestaetigungstext angepasst --- fp_altcha_spamschutz/assets/fp-altcha.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fp_altcha_spamschutz/assets/fp-altcha.js b/fp_altcha_spamschutz/assets/fp-altcha.js index 4fb0ccf..284ba68 100644 --- a/fp_altcha_spamschutz/assets/fp-altcha.js +++ b/fp_altcha_spamschutz/assets/fp-altcha.js @@ -93,7 +93,7 @@ if (status) { status.innerHTML = ' ' + - (container.getAttribute('data-label-verified') || 'Sicherheitsprüfung
bestanden'); + (container.getAttribute('data-label-verified') || 'Ja, ich bin ein Mensch'); } } catch (e) { container.setAttribute('data-fp-altcha-state', 'failed');