Skip to content

Commit

Permalink
fix(web): Update copywriting
Browse files Browse the repository at this point in the history
The word "down" might make customer think there is a downtime.
  • Loading branch information
SokratisVidros committed May 22, 2024
1 parent c38858b commit 4d60d4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/components/layout/components/EchoStatus.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ function PopoverContent({ url, status }) {
return (
<>
<Text>
<b>Status</b>: {status === 'ok' ? 'Echo Is Up' : 'Echo is Down'}
<b>Status</b>: {status === 'ok' ? 'Connected to your application' : 'Disconnected from your application'}
</Text>
<Text>
<b>URL</b>: {url}
Expand Down

0 comments on commit 4d60d4b

Please sign in to comment.