1
1
mirror of https://github.com/pterodactyl/panel.git synced 2025-01-31 19:01:35 +01:00

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>