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