Fix: Make helper text more clean to use a FQDN and not an URL

This commit is contained in:
peaklabs-dev
2024-09-23 19:57:42 +02:00
parent 1bb192f3e2
commit 6934a746f7
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
<form wire:submit.prevent='submit' class="flex flex-col w-full gap-2">
<x-forms.input id="cloudflare_token" required label="Cloudflare Token" />
<x-forms.input id="ssh_domain" label="Configured SSH Domain" required
helper="The SSH Domain you configured in Cloudflare" />
helper="The SSH Domain you configured in Cloudflare. Make sure there is no protocol like http(s):// so you provide a FQDN not a URL." />
<x-forms.button type="submit" isHighlighted @click="modalOpen=false">Automated Configuration</x-forms.button>
</form>