Skip to content

Commit

Permalink
update title for 403 error screen
Browse files Browse the repository at this point in the history
  • Loading branch information
tom2drum committed Jan 3, 2025
1 parent 62675e8 commit 0865a95
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/shared/AppError/AppError.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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': {
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0865a95

Please sign in to comment.