]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+my-account/my-account-video-channels/my-account-video-channels.component.ts
Add class to email change form
[github/Chocobozzz/PeerTube.git] / client / src / app / +my-account / my-account-video-channels / my-account-video-channels.component.ts
index da2c5bcd3b37531dea9ad14b085bd2281e934bd6..3b01b6c9f3d111cd6daf578be500121b701a2f1f 100644 (file)
@@ -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(