aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/my-account/my-account-video-channels/my-account-video-channel-edit.component.html
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/my-account/my-account-video-channels/my-account-video-channel-edit.component.html')
-rw-r--r--client/src/app/my-account/my-account-video-channels/my-account-video-channel-edit.component.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/app/my-account/my-account-video-channels/my-account-video-channel-edit.component.html b/client/src/app/my-account/my-account-video-channels/my-account-video-channel-edit.component.html
index adc969bdb..d5fb6262a 100644
--- a/client/src/app/my-account/my-account-video-channels/my-account-video-channel-edit.component.html
+++ b/client/src/app/my-account/my-account-video-channels/my-account-video-channel-edit.component.html
@@ -10,8 +10,8 @@
10 type="text" id="display-name" 10 type="text" id="display-name"
11 formControlName="display-name" [ngClass]="{ 'input-error': formErrors['display-name'] }" 11 formControlName="display-name" [ngClass]="{ 'input-error': formErrors['display-name'] }"
12 > 12 >
13 <div *ngIf="formErrors.display-name" class="form-error"> 13 <div *ngIf="formErrors['display-name']" class="form-error">
14 {{ formErrors.display-name }} 14 {{ formErrors['display-name'] }}
15 </div> 15 </div>
16 </div> 16 </div>
17 17