diff --git a/client/src/app/menu/menu.component.ts b/client/src/app/menu/menu.component.ts index 5f3dfc52a..ce209457c 100644 --- a/client/src/app/menu/menu.component.ts +++ b/client/src/app/menu/menu.component.ts @@ -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 }