From f332ffa2a2e9bd7d223c78b6123dbba272f21e84 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 8 Jan 2020 20:00:52 +0100 Subject: Generate translations --- .../src/app/shared/user-subscription/subscribe-button.component.ts | 4 +--- client/src/app/shared/video/modals/video-download.component.html | 5 +++-- 2 files changed, 4 insertions(+), 5 deletions(-) (limited to 'client/src/app') 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 { this.subscribed = true this.notifier.success( - this.i18n( - 'Subscribed to {{nameWithHost}}. ' + - 'You will be notified of all their new videos.', + this.i18n('Subscribed to {{nameWithHost}}. You will be notified of all their new videos.', { nameWithHost: this.videoChannel.displayName } ), this.i18n('Subscribed') diff --git a/client/src/app/shared/video/modals/video-download.component.html b/client/src/app/shared/video/modals/video-download.component.html index ed61198c4..8cca985b1 100644 --- a/client/src/app/shared/video/modals/video-download.component.html +++ b/client/src/app/shared/video/modals/video-download.component.html @@ -1,9 +1,10 @@