ux: admin/options: helper text for allowed_referer
Massimo Melina committed
Sep 4, 2024 at 11:49 UTC
499488b7325182a0be0ba9cb232c4035429a2fbd
1 file changed
+2
-1
admin/src/OptionsPage.ts
+2
-1
@@ -150,7 +150,8 @@ export default function OptionsPage() {
150
error: proxyWarning(values, status),
151
helperText: "Wrong number will prevent detection of users' IP address"
152
},
153
- { k: 'allowed_referer', placeholder: "any", label: "Links from other websites", comp: AllowedReferer, },
153
+ { k: 'allowed_referer', placeholder: "any", label: "Links from other websites", comp: AllowedReferer,
154
+ helperText: "In case another website is linking your files" },
155
156
{ k: 'block', label: false, comp: ArrayField, prepend: true, sm: true, autoRowHeight: true,
157
fields: [