From b1a8473131430b81beb317ebfaf49a7c759dd1c0 Mon Sep 17 00:00:00 2001 From: Matthew Russell Date: Thu, 7 Mar 2024 18:00:34 +0000 Subject: [PATCH] fix(wallet-react): fix typo in refresh text --- libs/i18n/src/locales/en/wallet-react.json | 2 +- .../src/components/connect-dialog/connection-options.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/i18n/src/locales/en/wallet-react.json b/libs/i18n/src/locales/en/wallet-react.json index 20bb927e7..5eaba11dc 100644 --- a/libs/i18n/src/locales/en/wallet-react.json +++ b/libs/i18n/src/locales/en/wallet-react.json @@ -7,7 +7,7 @@ "Get MetaMask": "Get MetaMask", "Get the Vega Wallet": "Get the Vega Wallet", "I agree": "I agree", - "Once you have the added the extension, <0>refresh you browser.": "Once you have the added the extension, <0>refresh you browser.", + "Once you have added the extension, <0>refresh your browser.": "Once you have added the extension, <0>refresh your browser.", "Successfully connected": "Successfully connected", "Transaction was not successful": "Transaction was not successful", "Wallet rejected transaction": "Wallet rejected transaction" diff --git a/libs/wallet-react/src/components/connect-dialog/connection-options.tsx b/libs/wallet-react/src/components/connect-dialog/connection-options.tsx index fd7e0fb64..8adcb2d24 100644 --- a/libs/wallet-react/src/components/connect-dialog/connection-options.tsx +++ b/libs/wallet-react/src/components/connect-dialog/connection-options.tsx @@ -45,7 +45,7 @@ export const ConnectionOptions = ({ {isInstalling ? (

window.location.reload()}