Skip to content
Snippets Groups Projects
Commit 676533fa authored by Alexander Purr's avatar Alexander Purr Committed by Robert Lange
Browse files

refs #22589 [fid] fix delete orders

* adjust spelling
* close i-tag correctly
parent 43ff039c
Branches
Tags
No related merge requests found
......@@ -204,7 +204,7 @@ order_update_success = "Bestellung aktualisiert"
order_update_error = "Fehler beim Aktualisieren der Bestellung"
order_delete_success = "Bestellung gelöscht"
order_delete_error = "Fehler bei Löschung der Bestellung"
order_delete_modal = "Bitte Bestätigen Sie das Sie diese Bestellung wirklich löschen wollen."
order_delete_modal = "Bitte Bestätigen Sie, dass Sie diese Bestellung wirklich löschen wollen."
order_type = "Typ"
label_deleted = Zur Löschung vorgemerkt
......
......@@ -7,6 +7,6 @@
data-order-title="<?=htmlspecialchars($order->getLabel())?>"
rel="nofollow"
>
<i aria-hidden="true" class="fa fa-trash">
<i aria-hidden="true" class="fa fa-trash"></i>
</a>
<!-- fid: fid - order - list - field-delete - END -->
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment