aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+my-account/+my-account-video-channels
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-11-10 10:52:05 +0100
committerChocobozzz <me@florianbigard.com>2020-11-10 10:52:05 +0100
commitd88c490d38aa7c75c42aeaa15fc412f53f48811c (patch)
tree20bb456cc161666a5fe965a25301530fb55e6136 /client/src/app/+my-account/+my-account-video-channels
parent998440b6ecc92b6c0206256dae807a3946ffcef1 (diff)
downloadPeerTube-d88c490d38aa7c75c42aeaa15fc412f53f48811c.tar.gz
PeerTube-d88c490d38aa7c75c42aeaa15fc412f53f48811c.tar.zst
PeerTube-d88c490d38aa7c75c42aeaa15fc412f53f48811c.zip
Fix channel deletion
Diffstat (limited to 'client/src/app/+my-account/+my-account-video-channels')
-rw-r--r--client/src/app/+my-account/+my-account-video-channels/my-account-video-channels.component.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/src/app/+my-account/+my-account-video-channels/my-account-video-channels.component.ts b/client/src/app/+my-account/+my-account-video-channels/my-account-video-channels.component.ts
index 2aff09cd9..281801ff6 100644
--- a/client/src/app/+my-account/+my-account-video-channels/my-account-video-channels.component.ts
+++ b/client/src/app/+my-account/+my-account-video-channels/my-account-video-channels.component.ts
@@ -114,6 +114,8 @@ channel with the same name (${videoChannel.name})!`,
114 114
115 $localize`Please type the display name of the video channel (${videoChannel.displayName}) to confirm`, 115 $localize`Please type the display name of the video channel (${videoChannel.displayName}) to confirm`,
116 116
117 videoChannel.displayName,
118
117 $localize`Delete` 119 $localize`Delete`
118 ) 120 )
119 if (res === false) return 121 if (res === false) return