From fed64ae032c4e936fae27a2b557b91e9e035331d Mon Sep 17 00:00:00 2001 From: Morgan McCauley Date: Wed, 16 Mar 2022 13:36:48 +1300 Subject: [PATCH] feat: Update "add full access key" warning to avoid confusion --- packages/frontend/src/translations/en.global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/frontend/src/translations/en.global.json b/packages/frontend/src/translations/en.global.json index f951ad13d5..bec3df7975 100644 --- a/packages/frontend/src/translations/en.global.json +++ b/packages/frontend/src/translations/en.global.json @@ -1473,7 +1473,7 @@ "action": { "addKey": { "limited": "Adding key ${publicKey} limited to call ${methodNames} on ${receiverId} and spend up to ${allowance} NEAR on gas", - "full": "WARNING: Entering the code below will authorize full access to your NEAR account: ${accountId}. If you did not initiate this action, please DO NOT continue.

This should only be done if you are adding a new seed phrase to your account. In all other cases, this is very dangerous.

The public key you are adding is: ${publicKey} ", + "full": "WARNING: Entering the code below will authorize full access to your NEAR account: ${accountId}. If you did not initiate this action, please DO NOT continue.

This should only be done if you are adding a new full access key to your account. In all other cases, this is very dangerous.

The public key you are adding is: ${publicKey} ", }, "deleteKey": "Deleting key ${publicKey}", "functionCall": "Calling method: ${methodName} in contract: ${receiverId} with amount ${deposit} NEAR and with args:
${args}
",