diff --git a/projects/gameboard-ui/src/app/admin/components/external-host-editor/external-host-editor.component.html b/projects/gameboard-ui/src/app/admin/components/external-host-editor/external-host-editor.component.html
index 3c04a3ff..53da5174 100644
--- a/projects/gameboard-ui/src/app/admin/components/external-host-editor/external-host-editor.component.html
+++ b/projects/gameboard-ui/src/app/admin/components/external-host-editor/external-host-editor.component.html
@@ -15,7 +15,8 @@
+ [(ngModel)]="editHost.hostApiKey"
+ [placeholder]="hasApiKey ? '(key configured - enter a new key here to change it)' : '(e.g. 123ThisIsMyKey!)'">
+ game.gameEnd" class="row form-group">
+
The game's open date must be less than its close date.
+
+
Registration
yyyy-mm-ddT00:00:00+00:00
+
@@ -425,10 +431,20 @@
Registration
[(ngModel)]="game.registrationClose">
yyyy-mm-ddT00:00:00+00:00
+
+
+
+
game.registrationClose" class="col-12 form-group pb-0 pt-1">
+
+ The registration period's open date must be prior to its close date.
+
+
+
+
+
+
game.maxTeamSize" class="col-12 form-group pb-0 pt-1">
+
+ The minimum team size must be less than (or equal to) the maximum team size.
+
+
+
+
+
+