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