aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/user-subscription/subscribe-button.component.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-01-08 20:00:52 +0100
committerChocobozzz <me@florianbigard.com>2020-01-08 20:00:52 +0100
commitf332ffa2a2e9bd7d223c78b6123dbba272f21e84 (patch)
tree891da70dc1f2cc7d508477364ec557110c0d1ad2 /client/src/app/shared/user-subscription/subscribe-button.component.ts
parentba5b1b50a531d58cb70dc606e47648e19772cf12 (diff)
downloadPeerTube-f332ffa2a2e9bd7d223c78b6123dbba272f21e84.tar.gz
PeerTube-f332ffa2a2e9bd7d223c78b6123dbba272f21e84.tar.zst
PeerTube-f332ffa2a2e9bd7d223c78b6123dbba272f21e84.zip
Generate translations
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')