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');