projects
/
oweals
/
peertube.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d321756
)
Fix lint
author
Chocobozzz
<me@florianbigard.com>
Fri, 28 Feb 2020 12:54:31 +0000
(13:54 +0100)
committer
Chocobozzz
<me@florianbigard.com>
Fri, 28 Feb 2020 12:54:31 +0000
(13:54 +0100)
client/src/app/menu/menu.component.ts
patch
|
blob
|
history
diff --git
a/client/src/app/menu/menu.component.ts
b/client/src/app/menu/menu.component.ts
index 5f3dfc52a599acd87ebfb5faecd751090405326b..ce209457ca8d06e609da3e0fe622171ac93d52bb 100644
(file)
--- 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
}