We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5252f3f commit d426887Copy full SHA for d426887
1 file changed
resources/scripts/components/server/WebsocketHandler.tsx
@@ -71,7 +71,7 @@ export default () => {
71
<ContentContainer className={'flex items-center justify-center'}>
72
<Spinner size={'tiny'}/>
73
<p className={'ml-2 text-sm text-red-100'}>
74
- We're having some trouble connecting to the console, please wait...
+ We're having some trouble connecting to your server, please wait...
75
</p>
76
</ContentContainer>
77
</div>
0 commit comments