From df93a9bed8f7427a3a2d71daedbdceb49680e808 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 3 Apr 2019 11:12:22 +0200 Subject: Update translations --- .../my-account-video-channels/my-account-video-channels.component.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'client/src/app/+my-account') diff --git a/client/src/app/+my-account/my-account-video-channels/my-account-video-channels.component.ts b/client/src/app/+my-account/my-account-video-channels/my-account-video-channels.component.ts index da2c5bcd3..3b01b6c9f 100644 --- a/client/src/app/+my-account/my-account-video-channels/my-account-video-channels.component.ts +++ b/client/src/app/+my-account/my-account-video-channels/my-account-video-channels.component.ts @@ -35,8 +35,8 @@ export class MyAccountVideoChannelsComponent implements OnInit { async deleteVideoChannel (videoChannel: VideoChannel) { const res = await this.confirmService.confirmWithInput( this.i18n( - 'Do you really want to delete {{channelDisplayName}}? It will delete all videos uploaded in this channel, ' + - 'and you will not be able to create another channel with the same name ({{channelName}})!', + // tslint:disable + 'Do you really want to delete {{channelDisplayName}}? It will delete all videos uploaded in this channel, and you will not be able to create another channel with the same name ({{channelName}})!', { channelDisplayName: videoChannel.displayName, channelName: videoChannel.name } ), this.i18n( -- cgit v1.2.3