Skip to content
Snippets Groups Projects
Commit 3ce80062 authored by Anton Georgiev's avatar Anton Georgiev
Browse files

add 403 text to error screen

parent 70f41c9c
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,9 @@ const intlMessages = defineMessages({
id: 'app.error.404',
defaultMessage: 'Not found',
},
403: {
id: 'app.error.403',
},
401: {
id: 'app.error.401',
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment