]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+accounts/accounts.component.ts
Replace uppercase text-transform by capitalized text source
[github/Chocobozzz/PeerTube.git] / client / src / app / +accounts / accounts.component.ts
index 4fea0e4edc99abdfcdfdf0be2fabf521ca1a47b0..061eb953ac63b5db3055807a34b4072de1c7fdcb 100644 (file)
@@ -74,9 +74,9 @@ export class AccountsComponent implements OnInit, OnDestroy {
                         )
 
     this.links = [
-      { label: this.i18n('Video channels'), routerLink: 'video-channels' },
-      { label: this.i18n('Videos'), routerLink: 'videos' },
-      { label: this.i18n('About'), routerLink: 'about' }
+      { label: this.i18n('VIDEO CHANNELS'), routerLink: 'video-channels' },
+      { label: this.i18n('VIDEOS'), routerLink: 'videos' },
+      { label: this.i18n('ABOUT'), routerLink: 'about' }
     ]
   }