Commit 0865a956 authored by tom's avatar tom

update title for 403 error screen

parent 62675e88
......@@ -25,7 +25,7 @@ interface Props {
const ERROR_TEXTS: Record<string, { title: string; text: string }> = {
'403': {
title: 'Forbidden',
title: 'Alert',
text: 'Access to this resource is restricted.',
},
'404': {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment