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