From: Chocobozzz Date: Wed, 8 Jan 2020 19:00:52 +0000 (+0100) Subject: Generate translations X-Git-Tag: v2.1.0-rc.1~66 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f332ffa2a2e9bd7d223c78b6123dbba272f21e84;p=oweals%2Fpeertube.git Generate translations --- 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 @@