diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2020-06-28 14:15:38 +0200 |
---|---|---|
committer | Rigel Kent <sendmemail@rigelk.eu> | 2020-06-28 14:15:38 +0200 |
commit | 035038478104ded28300eb5442827b2544cd6fdb (patch) | |
tree | cfd6a986d872cfab327076c00d47eac47157d236 /client/src/app/+my-account | |
parent | 287124d110391959462b60b45ebbfe90db3a1e40 (diff) | |
download | PeerTube-035038478104ded28300eb5442827b2544cd6fdb.tar.gz PeerTube-035038478104ded28300eb5442827b2544cd6fdb.tar.zst PeerTube-035038478104ded28300eb5442827b2544cd6fdb.zip |
replace current ownership transfer icon with softies forward icon
Diffstat (limited to 'client/src/app/+my-account')
-rw-r--r-- | client/src/app/+my-account/my-account-videos/my-account-videos.component.html | 2 | ||||
-rw-r--r-- | client/src/app/+my-account/my-account.component.ts | 2 |
2 files changed, 2 insertions, 2 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 32264a70a..b6047645d 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 | |||
@@ -31,7 +31,7 @@ | |||
31 | 31 | ||
32 | <my-button i18n-label label="Change ownership" | 32 | <my-button i18n-label label="Change ownership" |
33 | className="action-button-change-ownership grey-button" | 33 | className="action-button-change-ownership grey-button" |
34 | icon="im-with-her" | 34 | icon="forward" |
35 | (click)="changeOwnership($event, video)" | 35 | (click)="changeOwnership($event, video)" |
36 | ></my-button> | 36 | ></my-button> |
37 | </div> | 37 | </div> |
diff --git a/client/src/app/+my-account/my-account.component.ts b/client/src/app/+my-account/my-account.component.ts index ea4da676a..4040ab4f8 100644 --- a/client/src/app/+my-account/my-account.component.ts +++ b/client/src/app/+my-account/my-account.component.ts | |||
@@ -79,7 +79,7 @@ export class MyAccountComponent implements OnInit { | |||
79 | { | 79 | { |
80 | label: this.i18n('Ownership changes'), | 80 | label: this.i18n('Ownership changes'), |
81 | routerLink: '/my-account/ownership', | 81 | routerLink: '/my-account/ownership', |
82 | iconName: 'im-with-her' | 82 | iconName: 'forward' |
83 | } | 83 | } |
84 | ] | 84 | ] |
85 | } | 85 | } |