admin/internet: clearer warning

Massimo Melina committed Jul 24, 2026 at 16:56 UTC 595382a66e24925ed4d39ff3eea3f9b44dd7b69b
1 file changed +1 -1
admin/src/InternetPage.ts
+1 -1
@@ -407,7 +407,7 @@ export default function InternetPage({ setTitleSide }: PageProps) {
407 }
408 }, "Try " + HIGHER_PORT)),
409 data.mapped && h('li', {}, "A bug in your modem/router, try rebooting it."),
410 - h('li', {}, MSG_ISP),
410 + h('li', {}, h('div', {}, "Your Internet Provider may not assign you a public IP address. ", wikiLink('Work-on-the-internet#double-nat', "Read more"))),
411 )), 'warning')
412 }
413 catch(e: any) {