aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--client/src/app/menu/menu.component.ts2
1 files changed, 1 insertions, 1 deletions
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 {
161 }).subscribe(() => this.authService.refreshUserInformation()) 161 }).subscribe(() => this.authService.refreshUserInformation())
162 } 162 }
163 163
164 langForLocale(localeId: string) { 164 langForLocale (localeId: string) {
165 return this.languages.find(lang => lang.id = localeId).label 165 return this.languages.find(lang => lang.id = localeId).label
166 } 166 }
167 167