Skip to content

Commit

Permalink
Merge pull request #745 from it-at-m/bugfix-zms-2871-2874-orthography…
Browse files Browse the repository at this point in the history
…-delete-location-and-mail-buttons

fix(zms-2871-2874): grammar
  • Loading branch information
matthilo96 authored Dec 20, 2024
2 parents de946f9 + f978a02 commit 5b13dec
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions zmsadmin/templates/block/mail/form.twig
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@

<div class="form-actions">
<div class="right">
<button type="button" class="button button--diamond button-abort">schließen</button>
<button type="button" class="button button--default button-ok button-submit">abschicken</button>
<button type="button" class="button button--diamond button-abort">Schließen</button>
<button type="button" class="button button--default button-ok button-submit">Abschicken</button>
</div>
</div>
{% endif %}
Expand Down
4 changes: 2 additions & 2 deletions zmsadmin/templates/block/notification/form.twig
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@

<div class="form-actions">
<div class="right">
<button type="button" class="button button--diamond button-abort">schließen</button>
<button type="button" class="button button--default button-ok button-submit">abschicken</button>
<button type="button" class="button button--diamond button-abort">Schließen</button>
<button type="button" class="button button--default button-ok button-submit">Abschicken</button>
</div>
</div>
{% endif %}
Expand Down
2 changes: 1 addition & 1 deletion zmsadmin/templates/block/scope/form.twig
Original file line number Diff line number Diff line change
Expand Up @@ -984,7 +984,7 @@
"target": urlGet("scopeDelete", {"id": scope.id}, {}),
"label": "Löschen",
"data": {
"confirm-before-description": "-Der Standort wird gelöscht. Soll der Standort wirklich gelöscht werden?",
"confirm-before-description": "Der Standort wird gelöscht. Soll der Standort wirklich gelöscht werden?",
"confirm-before-yes-button": "Standort löschen"
}
}) }}
Expand Down

0 comments on commit 5b13dec

Please sign in to comment.