From e7b2e6c0c3b2b3c6c62b472370b20573272373e9 Mon Sep 17 00:00:00 2001 From: John Huang Date: Mon, 11 Dec 2023 14:17:14 -0500 Subject: [PATCH] Added title and text for block reward notification --- config/localization_notifications/en/app.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/localization_notifications/en/app.json b/config/localization_notifications/en/app.json index 6695f6852..88d89c017 100644 --- a/config/localization_notifications/en/app.json +++ b/config/localization_notifications/en/app.json @@ -1,5 +1,9 @@ { "NOTIFICATIONS": { + "BLOCK_REWARD": { + "TITLE": "Reward Earned", + "BODY": "You have earned {BLOCK_REWARD_AMOUNT} {TOKEN_NAME} trading reward." + }, "DELEVERAGED": { "TITLE": "Position Deleveraged", "BODY": "Your {SIDE} position on {MARKET} has been deleveraged."