Channel deletion consistency

pull/4271/head
Chocobozzz 2021-07-20 13:38:26 +02:00
parent 4c7e60bc17
commit 01af646261
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 2 additions and 2 deletions

View File

@ -45,9 +45,9 @@ export class MyVideoChannelsComponent {
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})!`,
$localize`Please type the display name of the video channel (${videoChannel.displayName}) to confirm`,
$localize`Please type the name of the video channel (${videoChannel.name}) to confirm`,
videoChannel.displayName,
videoChannel.name,
$localize`Delete`
)