@samitouri / QOSami-HFS / commits / bf13fb8a

better english

Massimo Melina committed Oct 20, 2023 at 14:43 UTC bf13fb8a9ec2b4b77eeb21771f95922677cbf04e
1 file changed +1 -1
admin/src/OptionsPage.ts
+1 -1
@@ -157,7 +157,7 @@ export default function OptionsPage() {
157 { k: 'session_duration', comp: NumberField, sm: 3, min: 5, unit: "seconds", required: true },
158 { k: 'zip_calculate_size_for_seconds', comp: NumberField, sm: 3, label: "Calculate ZIP size for", unit: "seconds",
159 helperText: "If time is not enough, the browser will not show download percentage" },
160 - { k: 'update_to_beta', comp: BoolField, md: 3, helperText: "Include betas in automatic updates" },
160 + { k: 'update_to_beta', comp: BoolField, md: 3, helperText: "Include betas searching updates" },
161 { k: 'tiles_size', comp: NumberField, md: 3, min: 0, max: MAX_TILES_SIZE, label: "Default tiles size", helperText: "Zero for list mode" },
162 { k: 'admin_net', comp: NetmaskField, label: "Admin-panel accessible from", placeholder: "any address",
163 helperText: h(Fragment, {}, "IP address of browser machine. ", h(WildcardsSupported))