mirror of https://github.com/Chocobozzz/PeerTube
Channel deletion consistency
parent
4c7e60bc17
commit
01af646261
|
@ -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
|
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 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`
|
$localize`Delete`
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue