Fix channel deletion
This commit is contained in:
parent
998440b6ec
commit
d88c490d38
|
@ -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…
Reference in New Issue