Skip to content

Commit

Permalink
clean(ZMS-3377): changed labels
Browse files Browse the repository at this point in the history
  • Loading branch information
msfb3 committed Nov 25, 2024
1 parent 56de6ac commit d00cd04
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions zmsadmin/custom_templates/block/appointment/form.twig
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

{% block board_title %}
{% if selectedProcess %}
<span id="appointment-edit-title" tabindex="0">Terminvereinbarung Aktualisieren</span>
<span id="appointment-edit-title" tabindex="0">Termin aktualisieren</span>
{% else %}
Terminvereinbarung Neu
Termin erstellen
{% endif %}

<script>
Expand Down Expand Up @@ -248,7 +248,7 @@
{% endif %}
{{ formgroup(
{
"label": "Anmerkung",
"label": "Anmerkung (nur intern sichtbar)",
"checked": scope.preferences.client.amendmentActivated,
"class": "form-group--nomaxwidth",
"errors": formData.amendment.messages
Expand All @@ -268,7 +268,7 @@
{% if scope.preferences.client.customTextfieldActivated|default(0) == 1 %}
{{ formgroup(
{
"label": scope.preferences.client.customTextfieldLabel,
"label": "Zusätzliche Bemerkungen (für Bürger sichtbar)",
"required": selectedProcess.preferences.client.customTextfieldRequired|default(scope.preferences.client.customTextfieldRequired),
"errors": formData.customTextfield.messages,
"checked": scope.preferences.client.customTextfieldActivated,
Expand Down
4 changes: 2 additions & 2 deletions zmsadmin/templates/block/appointment/form.twig
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

{% block board_title %}
{% if selectedProcess %}
<span id="appointment-edit-title" tabindex="0">Terminvereinbarung Aktualisieren</span>
<span id="appointment-edit-title" tabindex="0">Termin aktualisieren</span>
{% else %}
Terminvereinbarung Neu
Termin erstellen
{% endif %}

<script>
Expand Down

0 comments on commit d00cd04

Please sign in to comment.