lang: window title updated

This commit is contained in:
AdrienLSH
2024-02-13 16:14:53 +01:00
parent 8a69664c74
commit 3433740d80
9 changed files with 21 additions and 16 deletions

View File

@ -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() {