From 57c0a7597da1bdaf91f30dae5506ffeacf09568b Mon Sep 17 00:00:00 2001 From: Rene Date: Tue, 16 Sep 2025 19:28:31 +0200 Subject: [PATCH] Zum Beispiel: Vega --- app/views/guests/new.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/guests/new.html.erb b/app/views/guests/new.html.erb index 11e0c02..14b3e76 100644 --- a/app/views/guests/new.html.erb +++ b/app/views/guests/new.html.erb @@ -22,9 +22,9 @@
<%- if ENV['RECAPTCHA_SECRET_KEY'].blank? -%> - <%= form.submit 'Continue', class: 'btn btn-primary', data: { disable_with: 'Sending...' } %> + <%= form.submit 'Weiter', class: 'btn btn-primary', data: { disable_with: 'Sending...' } %> <%- else -%> - <%= invisible_recaptcha_tags text: 'Continue', class: 'btn btn-primary', data: { disable_with: 'Sending...' } %> + <%= invisible_recaptcha_tags text: 'Weiter', class: 'btn btn-primary', data: { disable_with: 'Sending...' } %> <%- end -%>