Better channel deletion message
This commit is contained in:
parent
d961735d5d
commit
19aeb64b25
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ export class MyVideoChannelsComponent {
|
||||||
const res = await this.confirmService.confirmWithExpectedInput(
|
const res = await this.confirmService.confirmWithExpectedInput(
|
||||||
$localize`Do you really want to delete ${videoChannel.displayName}?
|
$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
|
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`,
|
$localize`Please type the name of the video channel (${videoChannel.name}) to confirm`,
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue