From d62cf063a52102597fc99ce6b7c9cd26d78f901b Mon Sep 17 00:00:00 2001 From: chrisduma-ledger Date: Mon, 2 Sep 2024 11:36:01 +0300 Subject: [PATCH] feat: wording --- apps/ledger-live-desktop/static/i18n/en/app.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/ledger-live-desktop/static/i18n/en/app.json b/apps/ledger-live-desktop/static/i18n/en/app.json index 280745f81824..fd8ed6989f37 100644 --- a/apps/ledger-live-desktop/static/i18n/en/app.json +++ b/apps/ledger-live-desktop/static/i18n/en/app.json @@ -1869,8 +1869,8 @@ "targetAccount": "Target Account" }, "sell": { - "notice": "Verify the Sell details on your device before sending it. The addresses are exchanged securely so you don’t have to verify them.", - "confirm": "Confirm Sell transaction" + "notice": "Verify the details on your device before sending it. The addresses are exchanged securely so you don’t have to verify them.", + "confirm": "Confirm transaction" }, "fund": { "notice": "Verify the Fund details on your device before sending it. The addresses are exchanged securely so you don't have to verify them.", @@ -2194,7 +2194,7 @@ "exchangeDrawer": { "completed": { "title": "Transaction broadcast successfully", - "description": "Your Sell operation has been sent to the network for confirmation. Please wait for your transaction to be confirmed and for the provider to process it." + "description": "Your operation has been sent to the network for confirmation. Please wait for your transaction to be confirmed and for the provider to process it." } } },