From c26beb1fe3739496cda8d70e9473b4b6decff432 Mon Sep 17 00:00:00 2001 From: marcinbodnar Date: Thu, 12 May 2022 23:23:22 +0200 Subject: [PATCH] fix: ledger modal translation --- packages/frontend/src/translations/en.global.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/frontend/src/translations/en.global.json b/packages/frontend/src/translations/en.global.json index 4211a651f2..c1c9756a71 100644 --- a/packages/frontend/src/translations/en.global.json +++ b/packages/frontend/src/translations/en.global.json @@ -323,8 +323,8 @@ "connect": { "cancelButton": "Cancel", "connectButton": "Connect", - "header": "Connect to your Ledger device.", - "one": "Make sure your Ledger is connected securely, and that the NEAR app is open on your device." + "connectionPrompt": "Make sure your Ledger is connected securely, and that the NEAR app is open on your device.", + "header": "Connect to your Ledger device." }, "connection-error": { "cancelButton": "Cancel", @@ -335,8 +335,8 @@ "disconnected": { "cancelButton": "Dismiss", "connectButton": "Reconnect", - "header": "Your device was disconnected.", - "one": "Make sure your Ledger is connected securely, and that the NEAR app is open on your device." + "connectionPrompt": "Make sure your Ledger is connected securely, and that the NEAR app is open on your device.", + "header": "Your device was disconnected." } }, "youMayNow": "You may now perform operations using your device."