diff options
author | Chocobozzz <me@florianbigard.com> | 2019-04-03 11:12:22 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-04-03 11:12:22 +0200 |
commit | df93a9bed8f7427a3a2d71daedbdceb49680e808 (patch) | |
tree | 4bf388f5c392c5492bc37d193f5d3fcae1508396 /client/src/app | |
parent | 5893593982a45d3be4b89642af67c4ee7f687704 (diff) | |
download | PeerTube-df93a9bed8f7427a3a2d71daedbdceb49680e808.tar.gz PeerTube-df93a9bed8f7427a3a2d71daedbdceb49680e808.tar.zst PeerTube-df93a9bed8f7427a3a2d71daedbdceb49680e808.zip |
Update translations
Diffstat (limited to 'client/src/app')
-rw-r--r-- | client/src/app/+my-account/my-account-video-channels/my-account-video-channels.component.ts | 4 |
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( |