translation 1
Some checks failed
CI / build (push) Has been cancelled

This commit is contained in:
2025-09-16 19:25:44 +02:00
parent 700c81bd38
commit 2de9c36040
16 changed files with 50 additions and 46 deletions

View File

@ -1,6 +1,6 @@
<div class="form-group row">
<div class="col-md-3">
<%= form.label :first_name, 'First Name', class: 'col-form-label' %>
<%= form.label :first_name, 'Vorname', class: 'col-form-label' %>
<span class="wedding-required">*</span>
</div>
<div class="col-md-9">
@ -10,7 +10,7 @@
<div class="form-group row">
<div class="col-md-3">
<%= form.label :last_name, 'Last Name', class: 'col-form-label' %>
<%= form.label :last_name, 'Nachname', class: 'col-form-label' %>
<span class="wedding-required">*</span>
</div>
<div class="col-md-9">