admin/internet: credit service provider
Massimo Melina committed
Feb 4, 2024 at 15:09 UTC
12198e483c49ee4818c5e6adf9550eadc0ebf8ac
1 file changed
+1
-1
admin/src/InternetPage.ts
+1
-1
@@ -64,7 +64,7 @@ export default function InternetPage() {
64
}>, {
65
keys: [ CFG.geo_enable, CFG.geo_allow, CFG.geo_list, CFG.geo_allow_unknown ],
66
form: values => ({ fields: [
67
- { k: CFG.geo_enable, comp: BoolField, label: "Enable", helperText: "Necessary database will be downloaded every month (2MB)" },
67
+ { 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).") },
68
...!values[CFG.geo_enable] ? [] : [
69
{
70
k: CFG.geo_allow,