setup: mark external URL required

this should really be given but things'll probably work without it.
This commit is contained in:
Harvey Tindall
2025-11-30 21:40:59 +00:00
parent 492d5715fe
commit 641669873d

View File

@@ -106,7 +106,7 @@
<p class="support">{{ .lang.General.urlBaseNotice }}</p>
</label>
<label class="label flex flex-col gap-2">
<span>{{ .lang.General.externalURL }}</span>
<span>{{ .lang.General.externalURL }} ({{ .lang.required }})</span>
<input type="text" class="input ~neutral @low" id="ui-jfa_url" placeholder="https://jellyf.in/mysubfolder">
<p class="support">{{ .lang.General.externalURLNotice }}</p>
</label>