Adjust language for error message

This commit is contained in:
Dane Everitt 2020-04-17 13:12:40 -07:00
parent 5252f3f9d3
commit d426887769
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53

View file

@ -71,7 +71,7 @@ export default () => {
<ContentContainer className={'flex items-center justify-center'}>
<Spinner size={'tiny'}/>
<p className={'ml-2 text-sm text-red-100'}>
We're having some trouble connecting to the console, please wait...
We're having some trouble connecting to your server, please wait...
</p>
</ContentContainer>
</div>