Fix spelling on 404 page.

This commit is contained in:
Alin Sinpalean 2017-10-05 13:51:02 +02:00
parent 2276869efc
commit 79feba0004

View File

@ -37,13 +37,13 @@
<i class="fa fa-minus error-minus"></i> <i class="fa fa-minus error-minus"></i>
<div class="error-column error-space-between"> <div class="error-column error-space-between">
<div class="error-row 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> <p class="left-margin">0%</p>
</div> </div>
<div> <div>
<h3>Sorry for the inconvenience</h3> <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>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> </div>
</div> </div>