Add link to go back to dashboard on error page

This commit is contained in:
amcmanu3 2024-04-01 19:09:26 -04:00
parent 9dffc25cc8
commit 39cfd40fad
2 changed files with 6 additions and 1 deletions

View File

@ -60,6 +60,10 @@
<b>{{ translate('error', 'hereIsTheError', data['lang']) }}: {{data['error']}}</b><br /><br />
That's all the help I can give you - Godspeed
<br /><br />
<a class="d-inline font-weight-medium" href="/panel/dashboard">{{ translate('error', 'return',
data['lang'])}}</a>
<br>
<br>
<a class="d-inline font-weight-medium" href="https://discord.gg/9VJPhCE"> {{ translate('error',
'contact', data['lang']) }}</a>
</p>

View File

@ -203,6 +203,7 @@
"not-downloaded": "We can't seem to find your executable file. Has it finished downloading? Are the permissions set to executable?",
"portReminder": "We have detected this is the first time {} has been run. Make sure to forward port {} through your router/firewall to make this remotely accessible from the internet.",
"privMsg": "and the ",
"return": "Return to Dashboard",
"serverJars1": "Server JARs API unreachable. Please check",
"serverJars2": "for the most up to date information.",
"start-error": "Server {} failed to start with error code: {}",
@ -671,4 +672,4 @@
"webhook_body": "Webhook Body",
"webhooks": "Webhooks"
}
}
}