better english: use same sentence of other feature, since they are basically the same

Massimo Melina committed Apr 1, 2024 at 17:53 UTC 9b35b3d382cd29d4f87b6cb2090f85c607817479
1 file changed +1 -2
admin/src/VfsMenuBar.ts
+1 -2
@@ -97,8 +97,7 @@ export default function VfsMenuBar({ statusApi }: { statusApi: ApiObject }) {
97 },
98 {
99 k: 'roots_mandatory',
100 - label: "Block requests that are not using any of the domains above",
101 - helperText: "localhost connections are not included",
100 + label: "Accept requests only using domains above (and localhost)",
101 comp: BoolField,
102 }
103 ]