diff options
author | Chocobozzz <me@florianbigard.com> | 2020-11-10 10:52:05 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-11-10 10:52:05 +0100 |
commit | d88c490d38aa7c75c42aeaa15fc412f53f48811c (patch) | |
tree | 20bb456cc161666a5fe965a25301530fb55e6136 | |
parent | 998440b6ecc92b6c0206256dae807a3946ffcef1 (diff) | |
download | PeerTube-d88c490d38aa7c75c42aeaa15fc412f53f48811c.tar.gz PeerTube-d88c490d38aa7c75c42aeaa15fc412f53f48811c.tar.zst PeerTube-d88c490d38aa7c75c42aeaa15fc412f53f48811c.zip |
Fix channel deletion
-rw-r--r-- | client/src/app/+my-account/+my-account-video-channels/my-account-video-channels.component.ts | 2 |
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 |