Merge pull request #9435 from alin-amana/fix_404_spelling

Fix spelling on 404 page.
pull/9438/head
Carl Bergquist 8 years ago committed by GitHub
commit 6979dbd921
  1. 4
      public/app/partials/error.html

@ -37,13 +37,13 @@
<i class="fa fa-minus error-minus"></i>
<div class="error-column error-space-between">
<div class="error-row error-space-between">
<p>Chance your are one the page your'e looking for.</p>
<p>Chances you are on the page you are looking for.</p>
<p class="left-margin">0%</p>
</div>
<div>
<h3>Sorry for the inconvenience</h3>
<p>Please go back to your <a href="#" class="error-link">home dashboard</a> and try again.</p>
<p>If the error persists, seek help att the <a href="#" class="error-link">community site</a>.</p>
<p>If the error persists, seek help on the <a href="#" class="error-link">community site</a>.</p>
</div>
</div>
</div>

Loading…
Cancel
Save