Skip to content

Commit

Permalink
chore(msg text): Change notification message text for 404 not found (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
domsteinbach committed Aug 15, 2023
1 parent 3ead94d commit 20d5d0b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -114,7 +114,7 @@ export class HttpStatusMsg {
404: {
message: 'Not Found',
description:
'The requested page could not be found but may be available again in the future',
'The requested page could not be found',
},
405: {
message: 'Method Not Allowed',
Expand Down

0 comments on commit 20d5d0b

Please sign in to comment.