diff --git a/client/src/app/+my-library/+my-video-channels/my-video-channels.component.ts b/client/src/app/+my-library/+my-video-channels/my-video-channels.component.ts index 633720a6c..4d5dbbc2b 100644 --- a/client/src/app/+my-library/+my-video-channels/my-video-channels.component.ts +++ b/client/src/app/+my-library/+my-video-channels/my-video-channels.component.ts @@ -54,7 +54,7 @@ export class MyVideoChannelsComponent { const res = await this.confirmService.confirmWithExpectedInput( $localize`Do you really want to delete ${videoChannel.displayName}? It will delete ${videoChannel.videosCount} videos uploaded in this channel, and you will not be able to create another -channel with the same name (${videoChannel.name})!`, +channel or account with the same name (${videoChannel.name})!`, $localize`Please type the name of the video channel (${videoChannel.name}) to confirm`,