Better channel deletion message

pull/5870/head
Chocobozzz 2023-06-22 14:35:46 +02:00
parent d961735d5d
commit 19aeb64b25
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -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`,