fix(wallet-react): fix typo in refresh text
This commit is contained in:
parent
f18216f70f
commit
b1a8473131
@ -7,7 +7,7 @@
|
|||||||
"Get MetaMask": "Get MetaMask",
|
"Get MetaMask": "Get MetaMask",
|
||||||
"Get the Vega Wallet": "Get the Vega Wallet",
|
"Get the Vega Wallet": "Get the Vega Wallet",
|
||||||
"I agree": "I agree",
|
"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",
|
"Successfully connected": "Successfully connected",
|
||||||
"Transaction was not successful": "Transaction was not successful",
|
"Transaction was not successful": "Transaction was not successful",
|
||||||
"Wallet rejected transaction": "Wallet rejected transaction"
|
"Wallet rejected transaction": "Wallet rejected transaction"
|
||||||
|
@ -45,7 +45,7 @@ export const ConnectionOptions = ({
|
|||||||
{isInstalling ? (
|
{isInstalling ? (
|
||||||
<p className="text-warning">
|
<p className="text-warning">
|
||||||
<Trans
|
<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={[
|
components={[
|
||||||
<button
|
<button
|
||||||
onClick={() => window.location.reload()}
|
onClick={() => window.location.reload()}
|
||||||
|
Loading…
Reference in New Issue
Block a user