Skip to content

Commit f978a02

Browse files
committed
zms-2871-2874-minus-deletion-by-location-delete-and-orthography-mail-and-notification-buttons
1 parent aee4ae8 commit f978a02

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

zmsadmin/templates/block/mail/form.twig

+2-2
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@
9292

9393
<div class="form-actions">
9494
<div class="right">
95-
<button type="button" class="button button--diamond button-abort">schließen</button>
96-
<button type="button" class="button button--default button-ok button-submit">abschicken</button>
95+
<button type="button" class="button button--diamond button-abort">Schließen</button>
96+
<button type="button" class="button button--default button-ok button-submit">Abschicken</button>
9797
</div>
9898
</div>
9999
{% endif %}

zmsadmin/templates/block/notification/form.twig

+2-2
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@
8383

8484
<div class="form-actions">
8585
<div class="right">
86-
<button type="button" class="button button--diamond button-abort">schließen</button>
87-
<button type="button" class="button button--default button-ok button-submit">abschicken</button>
86+
<button type="button" class="button button--diamond button-abort">Schließen</button>
87+
<button type="button" class="button button--default button-ok button-submit">Abschicken</button>
8888
</div>
8989
</div>
9090
{% endif %}

zmsadmin/templates/block/scope/form.twig

+1-1
Original file line numberDiff line numberDiff line change
@@ -984,7 +984,7 @@
984984
"target": urlGet("scopeDelete", {"id": scope.id}, {}),
985985
"label": "Löschen",
986986
"data": {
987-
"confirm-before-description": "-Der Standort wird gelöscht. Soll der Standort wirklich gelöscht werden?",
987+
"confirm-before-description": "Der Standort wird gelöscht. Soll der Standort wirklich gelöscht werden?",
988988
"confirm-before-yes-button": "Standort löschen"
989989
}
990990
}) }}

0 commit comments

Comments
 (0)