Skip to content

Commit

Permalink
chore(content): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
moritzkirstein committed Feb 27, 2024
1 parent 7154ecb commit b3c689d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/@shared/NetworkStatus/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export default function NetworkStatus({
showNetworkAlert && (
<Alert
state="warning"
text="The network is currently undergoing maintenance, which may cause instabilities transaction delays. Please try again later if you run into issues."
text="The network is currently undergoing maintenance, which may cause instabilities or transaction delays. Please try again later if you run into issues."
title="Network Status"
badge={network || chain?.id.toString()}
onDismiss={() => setShowNetworkAlert(false)}
Expand Down

0 comments on commit b3c689d

Please sign in to comment.