1. Site name creation
When creating a wiki on wikibase our UI currently states that "The domain must be at least 20 characters". This is technically correct but given that the user can only pick the subdomain it's not that clear.
Instead we should add the hint prop to the text input component that appears whenever the component is in focus. To see the correct behavior, please look at the examples provided in the vuetify docs or our implementation of the "How to reach you"-field in our contact form
The copy for the hint should read:
The subdomain must be at least five characters long and may contain only lowercase Latin letters (a-z), digits (0-9) and hyphens (-).
The error text should be the same as the hint text.
[Please note: I recreated the component in figma since my library didn't include the exact style I needed. Please disregard any discrepancy between my design and the actual look of the vuetify component]
2. Various copy fixes in the form and tooltip
a. tooltip
current
New copy:
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
b. various copy changes in form
(all text marked are areas with altered copy)
Patches: