aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/user-subscription/subscribe-button.component.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/shared/user-subscription/subscribe-button.component.ts')
-rw-r--r--client/src/app/shared/user-subscription/subscribe-button.component.ts4
1 files changed, 1 insertions, 3 deletions
diff --git a/client/src/app/shared/user-subscription/subscribe-button.component.ts b/client/src/app/shared/user-subscription/subscribe-button.component.ts
index 7180400b5..0407856cb 100644
--- a/client/src/app/shared/user-subscription/subscribe-button.component.ts
+++ b/client/src/app/shared/user-subscription/subscribe-button.component.ts
@@ -70,9 +70,7 @@ export class SubscribeButtonComponent implements OnInit {
70 this.subscribed = true 70 this.subscribed = true
71 71
72 this.notifier.success( 72 this.notifier.success(
73 this.i18n( 73 this.i18n('Subscribed to {{nameWithHost}}. You will be notified of all their new videos.',
74 'Subscribed to {{nameWithHost}}. ' +
75 'You will be notified of all their new videos.',
76 { nameWithHost: this.videoChannel.displayName } 74 { nameWithHost: this.videoChannel.displayName }
77 ), 75 ),
78 this.i18n('Subscribed') 76 this.i18n('Subscribed')