diff --git a/frontend/static/js/views/PageNotFoundView.js b/frontend/static/js/views/PageNotFoundView.js index 334c1a2..9758359 100644 --- a/frontend/static/js/views/PageNotFoundView.js +++ b/frontend/static/js/views/PageNotFoundView.js @@ -2,7 +2,7 @@ import AbstractView from "./abstracts/AbstractView.js"; export default class extends AbstractView { constructor(params) { - super(params, "Dashboard"); + super(params, "Not Found"); } async getHtml() {