mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-06 03:50:26 +02:00
Fix channel deletion
This commit is contained in:
parent
998440b6ec
commit
d88c490d38
1 changed files with 2 additions and 0 deletions
|
@ -114,6 +114,8 @@ channel with the same name (${videoChannel.name})!`,
|
|||
|
||||
$localize`Please type the display name of the video channel (${videoChannel.displayName}) to confirm`,
|
||||
|
||||
videoChannel.displayName,
|
||||
|
||||
$localize`Delete`
|
||||
)
|
||||
if (res === false) return
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue