lang: translation of 404 window title
This commit is contained in:
@ -1,8 +1,9 @@
|
||||
import AbstractView from "./abstracts/AbstractView.js";
|
||||
import { lang } from '../index.js'
|
||||
|
||||
export default class extends AbstractView {
|
||||
constructor(params) {
|
||||
super(params, "Not Found");
|
||||
super(params, lang.get('404WindowTitle', 'Not Found'));
|
||||
}
|
||||
|
||||
async getHtml() {
|
||||
|
Reference in New Issue
Block a user