Skip to content

Commit

Permalink
Label fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gskjold committed Jan 31, 2023
1 parent 9f3dba3 commit 6c9a8b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/SvelteUi/app/src/lib/SetupPanel.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
<input name="sp" type="password" class="in-s" autocomplete="off"/>
</div>
<div>
Hostname:
Hostname
<input name="sh" bind:value={sysinfo.hostname} type="text" class="in-s" maxlength="32" pattern="[a-z0-9_-]+" placeholder="Optional, ex.: ams-reader" autocomplete="off"/>
</div>
<div class="my-3">
Expand Down

0 comments on commit 6c9a8b0

Please sign in to comment.