front: display given key as doc title if unknown
This commit is contained in:
parent
0397e191e0
commit
4a97df6f38
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user