aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2023-06-22 14:35:46 +0200
committerChocobozzz <me@florianbigard.com>2023-06-29 10:19:55 +0200
commit19aeb64b257efc4e1218786bd7debbb8dbe7a8ff (patch)
tree2a0852f9e76faee21d1b50c15a80e547a70a40be /client/src/app
parentd961735d5d46b9f352ce261293afe6e6abcc6a4e (diff)
downloadPeerTube-19aeb64b257efc4e1218786bd7debbb8dbe7a8ff.tar.gz
PeerTube-19aeb64b257efc4e1218786bd7debbb8dbe7a8ff.tar.zst
PeerTube-19aeb64b257efc4e1218786bd7debbb8dbe7a8ff.zip
Better channel deletion message
Diffstat (limited to 'client/src/app')
-rw-r--r--client/src/app/+my-library/+my-video-channels/my-video-channels.component.ts2
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}?
56It will delete ${videoChannel.videosCount} videos uploaded in this channel, and you will not be able to create another 56It will delete ${videoChannel.videosCount} videos uploaded in this channel, and you will not be able to create another
57channel with the same name (${videoChannel.name})!`, 57channel 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