diff options
Diffstat (limited to 'client/src/app/+my-library')
-rw-r--r-- | client/src/app/+my-library/+my-video-channels/my-video-channels.component.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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 { | |||
54 | const res = await this.confirmService.confirmWithExpectedInput( | 54 | const res = await this.confirmService.confirmWithExpectedInput( |
55 | $localize`Do you really want to delete ${videoChannel.displayName}? | 55 | $localize`Do you really want to delete ${videoChannel.displayName}? |
56 | It will delete ${videoChannel.videosCount} videos uploaded in this channel, and you will not be able to create another | 56 | It will delete ${videoChannel.videosCount} videos uploaded in this channel, and you will not be able to create another |
57 | channel with the same name (${videoChannel.name})!`, | 57 | channel or account with the same name (${videoChannel.name})!`, |
58 | 58 | ||
59 | $localize`Please type the name of the video channel (${videoChannel.name}) to confirm`, | 59 | $localize`Please type the name of the video channel (${videoChannel.name}) to confirm`, |
60 | 60 | ||