Skip to content

Commit

Permalink
fixed Oops typo (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaBrigati authored Jan 30, 2023
1 parent 7ef2d17 commit 94a93b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/NetworkLoading.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const NetworkLoading = ({ title, timeout }: Props) => {
<h1 className={styles.title}>{title}</h1>
{timeout && showTimeout && (
<FlexColumn gap={10}>
<p>Ops, something went wrong, this is taking too much time.</p>
<p>Oops, something went wrong, this is taking too much time.</p>
<Button color="primary" onClick={timeout.fallback}>
<ReplayIcon /> Reload Station
</Button>
Expand Down

0 comments on commit 94a93b2

Please sign in to comment.