aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+my-account/my-account-videos/my-account-videos.component.html
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-09-28 15:13:01 +0200
committerChocobozzz <me@florianbigard.com>2018-09-28 15:13:01 +0200
commitbaf0a8c98e68e7221fec371281a99b13133cc7d0 (patch)
treea1fe26410e89a93de0b3e7476c636eeea4876e71 /client/src/app/+my-account/my-account-videos/my-account-videos.component.html
parent01fe5bd721ae99569f776ad362ebdaa5ba8f494f (diff)
downloadPeerTube-baf0a8c98e68e7221fec371281a99b13133cc7d0.tar.gz
PeerTube-baf0a8c98e68e7221fec371281a99b13133cc7d0.tar.zst
PeerTube-baf0a8c98e68e7221fec371281a99b13133cc7d0.zip
Fix some i18n tags
Diffstat (limited to 'client/src/app/+my-account/my-account-videos/my-account-videos.component.html')
-rw-r--r--client/src/app/+my-account/my-account-videos/my-account-videos.component.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+my-account/my-account-videos/my-account-videos.component.html b/client/src/app/+my-account/my-account-videos/my-account-videos.component.html
index 276d01408..a6911e4bf 100644
--- a/client/src/app/+my-account/my-account-videos/my-account-videos.component.html
+++ b/client/src/app/+my-account/my-account-videos/my-account-videos.component.html
@@ -43,7 +43,7 @@
43 43
44 <my-edit-button [routerLink]="[ '/videos', 'update', video.uuid ]"></my-edit-button> 44 <my-edit-button [routerLink]="[ '/videos', 'update', video.uuid ]"></my-edit-button>
45 45
46 <my-button i18n label="Change ownership" 46 <my-button i18n-label label="Change ownership"
47 className="action-button-change-ownership" 47 className="action-button-change-ownership"
48 icon="icon-im-with-her" 48 icon="icon-im-with-her"
49 (click)="changeOwnership($event, video)" 49 (click)="changeOwnership($event, video)"