Skip to content

Commit

Permalink
Change page error message to 'Error'
Browse files Browse the repository at this point in the history
  • Loading branch information
overlookmotel committed Sep 17, 2016
1 parent 941da59 commit 66151c7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -660,3 +660,7 @@ No changes. Erroneous version bump.

* Verbose logging to `stdout` in development mode
* Refactor `lib/crypto` + `lib/authentication` for efficiency

## Next

* Change page error message to 'Error'
7 changes: 2 additions & 5 deletions defaults/views/_errors/unknown.build.ejs
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
<%
// title = 'Unknown error';
%>
<% layout('/_layouts/layout') -%>

<h1>Unknown error</h1>
<h1>Error</h1>
<?
(function() {
var title = 'Unknown error', text = 'This error has been logged and will be investigated';
var title = 'Error', text = 'This error has been logged and will be investigated.';
?><% include ../_helpers/errorBox %>
<?
})();
Expand Down

0 comments on commit 66151c7

Please sign in to comment.