@samitouri / QOSami-HFS / commits / 39c5cb26

fix: english

Massimo Melina committed Jan 15, 2025 at 14:07 UTC 39c5cb26c99a3524f335aa00d5e41c728cc13824
1 file changed +1 -1
admin/src/InternetPage.ts
+1 -1
@@ -128,7 +128,7 @@ export default function InternetPage({ setTitleSide }: PageProps) {
128 }>, {
129 keys: [ CFG.geo_enable, CFG.geo_allow, CFG.geo_list, CFG.geo_allow_unknown ],
130 form: values => ({ fields: [
131 - { k: CFG.geo_enable, comp: BoolField, label: "Enable", helperText: md("Necessary database will be downloaded every month (2MB). Service is made possibly thanks to [IP2Location](https://www.ip2location.com).") },
131 + { k: CFG.geo_enable, comp: BoolField, label: "Enable", helperText: md("Necessary database will be downloaded every month (2MB). Service is made possible thanks to [IP2Location](https://www.ip2location.com).") },
132 ...!values?.[CFG.geo_enable] ? [] : [
133 {
134 k: CFG.geo_allow,