diff options
Diffstat (limited to 'client/src/app/+my-account')
3 files changed, 5 insertions, 5 deletions
diff --git a/client/src/app/+my-account/my-account-ownership/my-account-ownership.component.html b/client/src/app/+my-account/my-account-ownership/my-account-ownership.component.html index a50acfdf8..14ae497d9 100644 --- a/client/src/app/+my-account/my-account-ownership/my-account-ownership.component.html +++ b/client/src/app/+my-account/my-account-ownership/my-account-ownership.component.html | |||
@@ -25,13 +25,13 @@ | |||
25 | <ng-template pTemplate="body" let-videoChangeOwnership> | 25 | <ng-template pTemplate="body" let-videoChangeOwnership> |
26 | <tr> | 26 | <tr> |
27 | <td> | 27 | <td> |
28 | <a [href]="videoChangeOwnership.initiatorAccount.url" i18n-title title="Go to the account" | 28 | <a [href]="videoChangeOwnership.initiatorAccount.url" i18n-title title="Account page" |
29 | target="_blank" rel="noopener noreferrer"> | 29 | target="_blank" rel="noopener noreferrer"> |
30 | {{ createByString(videoChangeOwnership.initiatorAccount) }} | 30 | {{ createByString(videoChangeOwnership.initiatorAccount) }} |
31 | </a> | 31 | </a> |
32 | </td> | 32 | </td> |
33 | <td> | 33 | <td> |
34 | <a [href]="videoChangeOwnership.video.url" i18n-title title="Go to the video" target="_blank" rel="noopener noreferrer"> | 34 | <a [href]="videoChangeOwnership.video.url" i18n-title title="Video page" target="_blank" rel="noopener noreferrer"> |
35 | {{ videoChangeOwnership.video.name }} | 35 | {{ videoChangeOwnership.video.name }} |
36 | </a> | 36 | </a> |
37 | </td> | 37 | </td> |
diff --git a/client/src/app/+my-account/my-account-subscriptions/my-account-subscriptions.component.html b/client/src/app/+my-account/my-account-subscriptions/my-account-subscriptions.component.html index 23dfdc8f5..ce41360bf 100644 --- a/client/src/app/+my-account/my-account-subscriptions/my-account-subscriptions.component.html +++ b/client/src/app/+my-account/my-account-subscriptions/my-account-subscriptions.component.html | |||
@@ -8,14 +8,14 @@ | |||
8 | </a> | 8 | </a> |
9 | 9 | ||
10 | <div class="video-channel-info"> | 10 | <div class="video-channel-info"> |
11 | <a [routerLink]="[ '/video-channels', videoChannel.nameWithHost ]" class="video-channel-names" i18n-title title="Go to the channel"> | 11 | <a [routerLink]="[ '/video-channels', videoChannel.nameWithHost ]" class="video-channel-names" i18n-title title="Channel page"> |
12 | <div class="video-channel-display-name">{{ videoChannel.displayName }}</div> | 12 | <div class="video-channel-display-name">{{ videoChannel.displayName }}</div> |
13 | <div class="video-channel-name">{{ videoChannel.nameWithHost }}</div> | 13 | <div class="video-channel-name">{{ videoChannel.nameWithHost }}</div> |
14 | </a> | 14 | </a> |
15 | 15 | ||
16 | <div i18n class="video-channel-followers">{{ videoChannel.followersCount }} subscribers</div> | 16 | <div i18n class="video-channel-followers">{{ videoChannel.followersCount }} subscribers</div> |
17 | 17 | ||
18 | <a [routerLink]="[ '/accounts', videoChannel.ownerBy ]" i18n-title title="Go the owner account page" class="actor-owner"> | 18 | <a [routerLink]="[ '/accounts', videoChannel.ownerBy ]" i18n-title title="Owner account page" class="actor-owner"> |
19 | <span i18n>Created by {{ videoChannel.ownerBy }}</span> | 19 | <span i18n>Created by {{ videoChannel.ownerBy }}</span> |
20 | <img [src]="videoChannel.ownerAvatarUrl" alt="Owner account avatar" /> | 20 | <img [src]="videoChannel.ownerAvatarUrl" alt="Owner account avatar" /> |
21 | </a> | 21 | </a> |
diff --git a/client/src/app/+my-account/my-account-video-channels/my-account-video-channels.component.html b/client/src/app/+my-account/my-account-video-channels/my-account-video-channels.component.html index bf4fa9396..b2e8210d3 100644 --- a/client/src/app/+my-account/my-account-video-channels/my-account-video-channels.component.html +++ b/client/src/app/+my-account/my-account-video-channels/my-account-video-channels.component.html | |||
@@ -13,7 +13,7 @@ | |||
13 | </a> | 13 | </a> |
14 | 14 | ||
15 | <div class="video-channel-info"> | 15 | <div class="video-channel-info"> |
16 | <a [routerLink]="[ '/video-channels', videoChannel.nameWithHost ]" class="video-channel-names" i18n-title title="Go to the channel"> | 16 | <a [routerLink]="[ '/video-channels', videoChannel.nameWithHost ]" class="video-channel-names" i18n-title title="Channel page"> |
17 | <div class="video-channel-display-name">{{ videoChannel.displayName }}</div> | 17 | <div class="video-channel-display-name">{{ videoChannel.displayName }}</div> |
18 | <div class="video-channel-name">{{ videoChannel.nameWithHost }}</div> | 18 | <div class="video-channel-name">{{ videoChannel.nameWithHost }}</div> |
19 | </a> | 19 | </a> |