pull/2530/head
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
1 changed files with 1 additions and 1 deletions

View File

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