@samitouri / QOSami-HFS / commits / 27963257

admin/options: clearer message

Massimo Melina committed Jun 17, 2026 at 10:26 UTC 279632571256373618c8150cb275af2703ecccfc
1 file changed +1 -1
admin/src/OptionsPage.ts
+1 -1
@@ -154,7 +154,7 @@ export default function OptionsPage() {
154 { k : CFG.max_downloads_per_account, ...maxDownloadsDefaults, label: "Max downloads per-account", helperText: "Overrides other limits" },
155
156 { k: 'admin_net', comp: NetmaskField, xs: 12, sm: 6, label: "Admin-panel accessible from", placeholder: "any address",
157 - helperText: "IP address of browser machine"
157 + helperText: "IP address of browser machine – localhost is an exception"
158 },
159 { k: 'localhost_admin', comp: BoolField, xs: 12, sm: 6, label: "Consider localhost access as Admin",
160 getError: x => !x && admins?.length===0 && "First create at least one admin account",