From 19aeb64b257efc4e1218786bd7debbb8dbe7a8ff Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 22 Jun 2023 14:35:46 +0200 Subject: [PATCH] Better channel deletion message --- .../+my-video-channels/my-video-channels.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`,