diff options
author | Chocobozzz <me@florianbigard.com> | 2018-09-28 15:13:01 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-09-28 15:13:01 +0200 |
commit | baf0a8c98e68e7221fec371281a99b13133cc7d0 (patch) | |
tree | a1fe26410e89a93de0b3e7476c636eeea4876e71 /client/src/app/+my-account | |
parent | 01fe5bd721ae99569f776ad362ebdaa5ba8f494f (diff) | |
download | PeerTube-baf0a8c98e68e7221fec371281a99b13133cc7d0.tar.gz PeerTube-baf0a8c98e68e7221fec371281a99b13133cc7d0.tar.zst PeerTube-baf0a8c98e68e7221fec371281a99b13133cc7d0.zip |
Fix some i18n tags
Diffstat (limited to 'client/src/app/+my-account')
2 files changed, 3 insertions, 3 deletions
diff --git a/client/src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html b/client/src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html index 8caff972f..c542cc675 100644 --- a/client/src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html +++ b/client/src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html | |||
@@ -1,5 +1,5 @@ | |||
1 | <div class="delete-me"> | 1 | <div class="delete-me"> |
2 | <p>Once you delete your account, there is no going back. Please be certain.</p> | 2 | <p i18n>Once you delete your account, there is no going back. Please be certain.</p> |
3 | 3 | ||
4 | <button (click)="deleteMe()">Delete your account</button> | 4 | <button (click)="deleteMe()" i18n>Delete your account</button> |
5 | </div> \ No newline at end of file | 5 | </div> \ No newline at end of file |
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)" |