We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6eb601c commit 45b1d56Copy full SHA for 45b1d56
src/components/GlobalWarnings.jsx
@@ -53,7 +53,7 @@ const GlobalWarnings = () => {
53
message={
54
<>
55
{isSupportedChain(chainId)
56
- ? 'Linguo is moving to a side-chain for more affordable gas prices:'
+ ? 'Linguo has moved to a side-chain for more affordable gas prices:'
57
: 'Network Not Supported.'}{' '}
58
<Button variant="link" onClick={handleClick}>
59
Switch to {getNetworkName(counterPartyChainId ?? NETWORKS.gnosis)}.
0 commit comments