Skip to content

Commit 45b1d56

Browse files
committed
chore(global-warnings): update warning message
1 parent 6eb601c commit 45b1d56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/GlobalWarnings.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ const GlobalWarnings = () => {
5353
message={
5454
<>
5555
{isSupportedChain(chainId)
56-
? 'Linguo is moving to a side-chain for more affordable gas prices:'
56+
? 'Linguo has moved to a side-chain for more affordable gas prices:'
5757
: 'Network Not Supported.'}{' '}
5858
<Button variant="link" onClick={handleClick}>
5959
Switch to {getNetworkName(counterPartyChainId ?? NETWORKS.gnosis)}.

0 commit comments

Comments
 (0)