lang: window title updated

This commit is contained in:
AdrienLSH
2024-02-13 16:14:53 +01:00
parent 7f22a5c40b
commit 0a28bb5271
9 changed files with 21 additions and 16 deletions

View File

@ -4,7 +4,7 @@ import {Message} from "../api/chat/message.js"
export default class extends AbstractView {
constructor(params) {
super(params, lang.get('SearchWindowTitle', 'Search'));
super(params, 'SearchWindowTitle');
}
async wait_get_online_users() {