Skip to content

Commit

Permalink
fix(web): Update copywriting (#5627)
Browse files Browse the repository at this point in the history
The word "down" might make customers think there is a downtime.
  • Loading branch information
SokratisVidros authored and denis-kralj-novu committed May 24, 2024
1 parent b187ee5 commit 1eff211
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 1eff211

Please sign in to comment.