fix(trans): doc title didnt translate

This commit is contained in:
AdrienLSH 2024-03-20 13:32:23 +01:00
parent 840b6dec3f
commit 60f0e3bad7

View File

@ -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
}