diff --git a/static/directives/trigger-setup-custom.html b/static/directives/trigger-setup-custom.html
index bb49d568b..8e3ba47c6 100644
--- a/static/directives/trigger-setup-custom.html
+++ b/static/directives/trigger-setup-custom.html
@@ -10,7 +10,7 @@
Dockerfile Location: |
- {{ state.subdir == '/' || !state.subdir ? '(Repository Root)' : subdir }}
+ {{ state.subdir || '/' }}
|
@@ -23,9 +23,9 @@
-
Please enter the URL used to clone your git repository:
-
+
Please enter an HTTP or SSH style URL used to clone your git repository:
+