front: display given key as doc title if unknown

This commit is contained in:
AdrienLSH 2024-02-17 13:35:55 +01:00
parent e193065734
commit 983f457c1e

View File

@ -13,7 +13,7 @@ export default class {
} }
setTitle() { setTitle() {
document.title = lang.get(this.titleKey, 'Bozo Pong'); document.title = lang.get(this.titleKey, this.titleKey);
} }
async getHtml() { async getHtml() {