fix(wallet-react): fix typo in refresh text

This commit is contained in:
Matthew Russell 2024-03-07 18:00:34 +00:00
parent f18216f70f
commit b1a8473131
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -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</0> you browser.": "Once you have the added the extension, <0>refresh</0> you browser.",
"Once you have added the extension, <0>refresh</0> your browser.": "Once you have added the extension, <0>refresh</0> your browser.",
"Successfully connected": "Successfully connected",
"Transaction was not successful": "Transaction was not successful",
"Wallet rejected transaction": "Wallet rejected transaction"

View File

@ -45,7 +45,7 @@ export const ConnectionOptions = ({
{isInstalling ? (
<p className="text-warning">
<Trans
i18nKey="Once you have the added the extension, <0>refresh</0> you browser."
i18nKey="Once you have added the extension, <0>refresh</0> your browser."
components={[
<button
onClick={() => window.location.reload()}