From 29079c541aba2637b6133f10c000715594b4d7c8 Mon Sep 17 00:00:00 2001 From: Lilt Date: Thu, 2 Nov 2023 14:48:45 +0000 Subject: [PATCH] lilt: made change to config/localization_notifications/de/app.json --- config/localization_notifications/de/app.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/localization_notifications/de/app.json b/config/localization_notifications/de/app.json index 137234b49..37b9e3996 100644 --- a/config/localization_notifications/de/app.json +++ b/config/localization_notifications/de/app.json @@ -16,6 +16,10 @@ "TITLE": "Bestellung storniert", "BODY": "Ihre Order betreffend {SIDE} {AMOUNT} {MARKET} wurde storniert." }, + "ORDER_CANCEL_WITH_PARTIAL_FILL": { + "TITLE": "Order mit Partial Fill storniert", + "BODY": "Ihre Order an {SIDE} {AMOUNT} {MARKET} wurde storniert und {TOTAL_FILLED} teilweise erfüllt." + }, "LIQUIDATION": { "TITLE": "Position aufgelöst", "BODY": "Ihre {SIDE}-Position bei {MARKET} wurde gelöscht."