From f4a25cb153ab4600b9c06cc4845b63819c2e0738 Mon Sep 17 00:00:00 2001 From: Dan Finlay <542863+danfinlay@users.noreply.github.com> Date: Fri, 11 Feb 2022 13:35:43 -0800 Subject: [PATCH] Correct connection language (#13605) * Correct connection language Fixes #13604 Does not initiate transactions, but suggests them. * Update app/_locales/en/messages.json --- app/_locales/en/messages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/_locales/en/messages.json b/app/_locales/en/messages.json index 7190f39af..7dfa29c22 100644 --- a/app/_locales/en/messages.json +++ b/app/_locales/en/messages.json @@ -1086,7 +1086,7 @@ "message": "Backup gas price is provided as the main gas estimation service is unavailable right now." }, "eth_accounts": { - "message": "See address, account balance, activity and initiate transactions", + "message": "See address, account balance, activity and suggest transactions to approve", "description": "The description for the `eth_accounts` permission" }, "ethereumPublicAddress": {