diff --git a/lib/routes/zerrorHandler.js b/lib/routes/zerrorHandler.js index 069465c8..f6f5fc1e 100644 --- a/lib/routes/zerrorHandler.js +++ b/lib/routes/zerrorHandler.js @@ -14,7 +14,7 @@ errorHandler.register = () => { return helper.handleError(request, res, { status: '500', code: 'EUNKNOWN', - title: 'An unknown error has occured. Sorry?', + title: 'An unknown error has occurred.', detail: '??' }) })