浏览代码

Merge pull request #9435 from alin-amana/fix_404_spelling

Fix spelling on 404 page.
Carl Bergquist 8 年之前
父节点
当前提交
6979dbd921
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      public/app/partials/error.html

+ 2 - 2
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>