lang: window title translation
This commit is contained in:
@ -3,7 +3,7 @@ import AbstractAuthentificateView from "./abstracts/AbstractAuthentifiedView.js"
|
||||
|
||||
export default class extends AbstractAuthentificateView {
|
||||
constructor(params) {
|
||||
super(params, "Home");
|
||||
super(params, client.lang.get('homeWindowTitle', 'Home'));
|
||||
this.redirect_url = "/login"
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user