Remove uneccessary details to link titles
[oweals/peertube.git] / client / src / app / menu / language-chooser.component.ts
index dd4b35f5e6dbf4b783cd9eeae62f4d52fffe81ed..c9b775921d18346f8a70c5e8756052806e5b21db 100644 (file)
@@ -20,7 +20,7 @@ export class LanguageChooserComponent {
     @Inject(LOCALE_ID) private localeId: string
   ) {
     const l = Object.keys(I18N_LOCALES)
-                    .map(k => ({ id: k, label: I18N_LOCALES[k] , iso: getShortLocale(k)}))
+                    .map(k => ({ id: k, label: I18N_LOCALES[k] , iso: getShortLocale(k) }))
 
     this.languages = sortBy(l, 'label')
   }