diff --git a/.env.development.local b/.env.development.local
index f193b8c9..08d2bbb8 100644
--- a/.env.development.local
+++ b/.env.development.local
@@ -4,3 +4,4 @@ VUE_APP_API_MOCK=0
VUE_APP_RECAPTCHA_SITE_KEY="6LeHzbMUAAAAABjNp0vILaWr5ZeYHmteF7rGuZNV" # todo replace with test key
VUE_APP_BUILD_FOR_DOCKER_IMAGE=0
VUE_APP_CNAME_RECORD=sites-1.dyna.wbaas.localhost
+VUE_APP_SUBDOMAIN_SUFFIX=".wbaas.localhost"
diff --git a/.env.development.mock b/.env.development.mock
index bf8669dc..a7f2dd73 100644
--- a/.env.development.mock
+++ b/.env.development.mock
@@ -4,3 +4,4 @@ VUE_APP_API_MOCK=1
VUE_APP_RECAPTCHA_SITE_KEY="6LeHzbMUAAAAABjNp0vILaWr5ZeYHmteF7rGuZNV"
VUE_APP_BUILD_FOR_DOCKER_IMAGE=0
VUE_APP_CNAME_RECORD=sites-1.dyna.wbaas.localhost
+VUE_APP_SUBDOMAIN_SUFFIX=".wbaas.localhost"
diff --git a/.env.development.prod b/.env.development.prod
index f51e4aa3..c67741d9 100644
--- a/.env.development.prod
+++ b/.env.development.prod
@@ -4,3 +4,4 @@ VUE_APP_API_MOCK=0
VUE_APP_RECAPTCHA_SITE_KEY="6LeHzbMUAAAAABjNp0vILaWr5ZeYHmteF7rGuZNV"
VUE_APP_BUILD_FOR_DOCKER_IMAGE=0
VUE_APP_CNAME_RECORD=sites-1.dyna.wbstack.com
+VUE_APP_SUBDOMAIN_SUFFIX=".wikibase.cloud"
diff --git a/.env.development.test b/.env.development.test
index d7ab00b5..0b641226 100644
--- a/.env.development.test
+++ b/.env.development.test
@@ -4,3 +4,4 @@ VUE_APP_API_MOCK=0
VUE_APP_RECAPTCHA_SITE_KEY="6LeHzbMUAAAAABjNp0vILaWr5ZeYHmteF7rGuZNV" # todo replace with test key
VUE_APP_BUILD_FOR_DOCKER_IMAGE=0
VUE_APP_CNAME_RECORD=sites-1.dyna.wbaas.localhost
+VUE_APP_SUBDOMAIN_SUFFIX=".wbaas.localhost"
diff --git a/src/components/Cards/CreateWiki.vue b/src/components/Cards/CreateWiki.vue
index f3d347f1..b3516e47 100644
--- a/src/components/Cards/CreateWiki.vue
+++ b/src/components/Cards/CreateWiki.vue
@@ -6,7 +6,7 @@
Site Name
+
Site name
Site Domain
+
Site domain
@@ -48,18 +47,19 @@
id="inputSubdomain"
prepend-icon="mdi-web"
name="subdomain"
- label="E.g. goat-collective"
+ label="e.g., goat-collective"
v-model="subdomain"
:suffix="SUBDOMAIN_SUFFIX"
:disabled="inFlight"
:error-messages="error['siteaddress']"
+ :hint="errorMessages.domainFormat"
/>
- If you already own a domain you can use it by selecting "Custom Domain"
- If not you can use a "Free Subdomain"
- The subdomain must be at least five characters long, and can consist of small Latin letters, digits and hyphens
+ A domain name is what people type into their browser to visit your site.
+ If you own your own domain, you can use it for Wikibase Cloud by selecting "Custom Domain".
+ Otherwise, choose your own name to be a subdomain of wikibase.cloud (five characters minimum, only a-z, 0-9 and "-") by selecting "Free Subdomain". Example: your-name-here1.wikibase.cloud
"{{ CNAME_RECORD }}"
-