aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+my-account/my-account-video-channels/my-account-video-channels.component.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2019-04-03 11:12:22 +0200
committerChocobozzz <me@florianbigard.com>2019-04-03 11:12:22 +0200
commitdf93a9bed8f7427a3a2d71daedbdceb49680e808 (patch)
tree4bf388f5c392c5492bc37d193f5d3fcae1508396 /client/src/app/+my-account/my-account-video-channels/my-account-video-channels.component.ts
parent5893593982a45d3be4b89642af67c4ee7f687704 (diff)
downloadPeerTube-df93a9bed8f7427a3a2d71daedbdceb49680e808.tar.gz
PeerTube-df93a9bed8f7427a3a2d71daedbdceb49680e808.tar.zst
PeerTube-df93a9bed8f7427a3a2d71daedbdceb49680e808.zip
Update translations
Diffstat (limited to 'client/src/app/+my-account/my-account-video-channels/my-account-video-channels.component.ts')
-rw-r--r--client/src/app/+my-account/my-account-video-channels/my-account-video-channels.component.ts4
1 files changed, 2 insertions, 2 deletions
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 {
35 async deleteVideoChannel (videoChannel: VideoChannel) { 35 async deleteVideoChannel (videoChannel: VideoChannel) {
36 const res = await this.confirmService.confirmWithInput( 36 const res = await this.confirmService.confirmWithInput(
37 this.i18n( 37 this.i18n(
38 'Do you really want to delete {{channelDisplayName}}? It will delete all videos uploaded in this channel, ' + 38 // tslint:disable
39 'and you will not be able to create another channel with the same name ({{channelName}})!', 39 '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}})!',
40 { channelDisplayName: videoChannel.displayName, channelName: videoChannel.name } 40 { channelDisplayName: videoChannel.displayName, channelName: videoChannel.name }
41 ), 41 ),
42 this.i18n( 42 this.i18n(