fix(trans): doc title didnt translate
This commit is contained in:
parent
840b6dec3f
commit
60f0e3bad7
@ -6,7 +6,7 @@ export default class extends AbstractAuthenticatedView
|
||||
{
|
||||
constructor(params)
|
||||
{
|
||||
super(params, lang.get('settingsWindowTitle'));
|
||||
super(params, 'settingsWindowTitle');
|
||||
this.PROFILE_PICTURE_MAX_SIZE = 2 * 1024 * 1024; // 2MB
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user