From d88c490d38aa7c75c42aeaa15fc412f53f48811c Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 10 Nov 2020 10:52:05 +0100 Subject: Fix channel deletion --- .../+my-account-video-channels/my-account-video-channels.component.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'client/src/app/+my-account/+my-account-video-channels') 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})!`, $localize`Please type the display name of the video channel (${videoChannel.displayName}) to confirm`, + videoChannel.displayName, + $localize`Delete` ) if (res === false) return -- cgit v1.2.3