Clean up checkbox

This commit is contained in:
Owen
2025-08-13 12:13:47 -07:00
parent 50fc2fc74e
commit 16e876ab68

View File

@@ -880,6 +880,7 @@ WantedBy=default.target`
<div className="flex items-center space-x-2 mb-4">
<CheckboxWithLabel
id="acceptClients"
aria-describedby="acceptClients-desc"
checked={acceptClients}
onCheckedChange={(
checked
@@ -913,14 +914,11 @@ WantedBy=default.target`
"siteAcceptClientConnections"
)}
/>
<label
htmlFor="acceptClients"
className="text-sm font-medium leading-none peer-disabled:cursor-not-allowed peer-disabled:opacity-70"
>
{}
</label>
</div>
<p className="text-sm text-muted-foreground mb-4">
<p
id="acceptClients-desc"
className="text-sm text-muted-foreground mb-4"
>
{t(
"siteAcceptClientConnectionsDescription"
)}