front: display given key as doc title if unknown

This commit is contained in:
AdrienLSH 2024-02-17 13:35:55 +01:00
parent 0397e191e0
commit 4a97df6f38

View File

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