aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+accounts/accounts.component.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/+accounts/accounts.component.ts')
-rw-r--r--client/src/app/+accounts/accounts.component.ts6
1 files changed, 3 insertions, 3 deletions
diff --git a/client/src/app/+accounts/accounts.component.ts b/client/src/app/+accounts/accounts.component.ts
index 4fea0e4ed..061eb953a 100644
--- a/client/src/app/+accounts/accounts.component.ts
+++ b/client/src/app/+accounts/accounts.component.ts
@@ -74,9 +74,9 @@ export class AccountsComponent implements OnInit, OnDestroy {
74 ) 74 )
75 75
76 this.links = [ 76 this.links = [
77 { label: this.i18n('Video channels'), routerLink: 'video-channels' }, 77 { label: this.i18n('VIDEO CHANNELS'), routerLink: 'video-channels' },
78 { label: this.i18n('Videos'), routerLink: 'videos' }, 78 { label: this.i18n('VIDEOS'), routerLink: 'videos' },
79 { label: this.i18n('About'), routerLink: 'about' } 79 { label: this.i18n('ABOUT'), routerLink: 'about' }
80 ] 80 ]
81 } 81 }
82 82