diff options
author | Chocobozzz <me@florianbigard.com> | 2018-07-11 14:32:21 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-07-11 14:32:21 +0200 |
commit | b63e428e8bf1ed1457ab1888350809bd78ce4d2f (patch) | |
tree | 22b71592c00c43692c5768b90cd7c852826687d8 /client/src/app/menu/menu.component.html | |
parent | de17453a98bd9e78d5ba63fa55466e567558d6c2 (diff) | |
download | PeerTube-b63e428e8bf1ed1457ab1888350809bd78ce4d2f.tar.gz PeerTube-b63e428e8bf1ed1457ab1888350809bd78ce4d2f.tar.zst PeerTube-b63e428e8bf1ed1457ab1888350809bd78ce4d2f.zip |
i18n "More" in menu and regenerate translations
Diffstat (limited to 'client/src/app/menu/menu.component.html')
-rw-r--r-- | client/src/app/menu/menu.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/menu/menu.component.html b/client/src/app/menu/menu.component.html index 784b5cd85..d52261e06 100644 --- a/client/src/app/menu/menu.component.html +++ b/client/src/app/menu/menu.component.html | |||
@@ -57,7 +57,7 @@ | |||
57 | </div> | 57 | </div> |
58 | 58 | ||
59 | <div class="panel-block"> | 59 | <div class="panel-block"> |
60 | <div class="block-title">More</div> | 60 | <div class="block-title" i18n>More</div> |
61 | 61 | ||
62 | <a *ngIf="userHasAdminAccess" [routerLink]="getFirstAdminRouteAvailable()" routerLinkActive="active"> | 62 | <a *ngIf="userHasAdminAccess" [routerLink]="getFirstAdminRouteAvailable()" routerLinkActive="active"> |
63 | <span class="icon icon-administration"></span> | 63 | <span class="icon icon-administration"></span> |