diff options
Diffstat (limited to 'client/src/app/+my-account')
-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 |