diff --git a/src/web/app/common/tags/error.tag b/src/web/app/common/tags/error.tag index bbf796232..e4e0272a4 100644 --- a/src/web/app/common/tags/error.tag +++ b/src/web/app/common/tags/error.tag @@ -50,6 +50,7 @@ </style> <script> this.on('mount', () => { + document.title = 'Oops!'; document.documentElement.style.background = '#f8f8f8'; }); </script>