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