diff options
author | Chocobozzz <me@florianbigard.com> | 2020-01-08 20:09:36 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-01-09 08:51:24 +0100 |
commit | fb770ff9e61ca063004dd98edb772283452a71f8 (patch) | |
tree | 5ef9739a1b3d8e524dba4b159e69a44c1ce041bc /client/src | |
parent | ae689853d894f0fbb902057cda62b1d782ad8b18 (diff) | |
download | PeerTube-fb770ff9e61ca063004dd98edb772283452a71f8.tar.gz PeerTube-fb770ff9e61ca063004dd98edb772283452a71f8.tar.zst PeerTube-fb770ff9e61ca063004dd98edb772283452a71f8.zip |
Remove useless translation
Diffstat (limited to 'client/src')
-rw-r--r-- | client/src/app/shared/video/abstract-video-list.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/shared/video/abstract-video-list.html b/client/src/app/shared/video/abstract-video-list.html index c8bb4270b..a811fc0a8 100644 --- a/client/src/app/shared/video/abstract-video-list.html +++ b/client/src/app/shared/video/abstract-video-list.html | |||
@@ -11,7 +11,7 @@ | |||
11 | <a [routerLink]="action.routerLink" routerLinkActive="active" *ngFor="let action of actions"> | 11 | <a [routerLink]="action.routerLink" routerLinkActive="active" *ngFor="let action of actions"> |
12 | <button class="btn"> | 12 | <button class="btn"> |
13 | <my-global-icon [iconName]="action.iconName"></my-global-icon> | 13 | <my-global-icon [iconName]="action.iconName"></my-global-icon> |
14 | <span i18n>{{ action.label }}</span> | 14 | <span>{{ action.label }}</span> |
15 | </button> | 15 | </button> |
16 | </a> | 16 | </a> |
17 | </div> | 17 | </div> |