From d6d951ddc0c492f3261065b5dcb4df0534d252fc Mon Sep 17 00:00:00 2001 From: Caroline Chuong Date: Mon, 15 Jun 2020 16:42:13 +0200 Subject: Remove uneccessary details to link titles --- client/src/app/shared/channel/avatar.component.html | 4 ++-- client/src/app/shared/channel/avatar.component.ts | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'client/src/app/shared/channel') diff --git a/client/src/app/shared/channel/avatar.component.html b/client/src/app/shared/channel/avatar.component.html index 062ef5bde..09871fca4 100644 --- a/client/src/app/shared/channel/avatar.component.html +++ b/client/src/app/shared/channel/avatar.component.html @@ -1,8 +1,8 @@
- Channel avatar + Channel avatar - Account avatar + Account avatar
diff --git a/client/src/app/shared/channel/avatar.component.ts b/client/src/app/shared/channel/avatar.component.ts index 2c8eeb4b2..31f39c200 100644 --- a/client/src/app/shared/channel/avatar.component.ts +++ b/client/src/app/shared/channel/avatar.component.ts @@ -20,11 +20,11 @@ export class AvatarComponent implements OnInit { ngOnInit () { this.channelLinkTitle = this.i18n( - 'Go to the channel page of {{name}} ({{handle}})', + '{{name}} (channel page)', { name: this.video.channel.name, handle: this.video.byVideoChannel } ) this.accountLinkTitle = this.i18n( - 'Go to the account page of {{name}} ({{handle}})', + '{{name}} (account page)', { name: this.video.account.name, handle: this.video.byAccount } ) } -- cgit v1.2.3