Skip to content

Commit

Permalink
fix: apply sentence case to 404 message
Browse files Browse the repository at this point in the history
  • Loading branch information
joewiz committed Feb 5, 2025
1 parent 709d309 commit 316db15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pages/error-page-404.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div data-template="templates:surround" data-template-at="content"
data-template-with="templates/site.xml">
<div>
<h1>Page Not found</h1>
<h1>Page not found</h1>
<p>The resource you requested could not be found.</p>
</div>
</div>
2 changes: 1 addition & 1 deletion pages/error-page.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<pre class="error templates:error-description"/>
</div>
<div data-template="app:handle-error" data-template-code="404">
<h1>Page Not found</h1>
<h1>Page not found</h1>
<p>The resource you requested could not be found.</p>
</div>
</div>

0 comments on commit 316db15

Please sign in to comment.