Browse Source

Update application-error.hbs

master
yuriy0803 2 years ago committed by GitHub
parent
commit
0f5ba32956
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      www/app/templates/application-error.hbs

4
www/app/templates/application-error.hbs

@ -1,6 +1,6 @@
<div class="container">
<div class="page-header">
<h1>Stats API Temporarily Down</h1>
<p>Usually it's just a temporal issue and mining is not affected.</p>
<h1>{{t "error.heading"}}</h1>
<p>{{t "error.message"}}</p>
</div>
</div>

Loading…
Cancel
Save