This commit is contained in:
Chocobozzz 2020-02-28 13:54:31 +01:00
parent d3217560a6
commit 8ada87ac50
No known key found for this signature in database
GPG Key ID: 583A612D890159BE

View File

@ -161,7 +161,7 @@ export class MenuComponent implements OnInit {
}).subscribe(() => this.authService.refreshUserInformation()) }).subscribe(() => this.authService.refreshUserInformation())
} }
langForLocale(localeId: string) { langForLocale (localeId: string) {
return this.languages.find(lang => lang.id = localeId).label return this.languages.find(lang => lang.id = localeId).label
} }