diff --git a/containers/libreportal/frontend/js/components/config/config-options.js b/containers/libreportal/frontend/js/components/config/config-options.js index 957a359..790b3e2 100755 --- a/containers/libreportal/frontend/js/components/config/config-options.js +++ b/containers/libreportal/frontend/js/components/config/config-options.js @@ -93,7 +93,7 @@ class ConfigOptions { } static _gluetunIconsPromise = null; - // Pulled from gluetun's upstream servers.json by webuiGenerateGluetunProviders. + // Pulled from gluetun's upstream servers.json by appWebuiRefresh_gluetun. // Generator writes to /data/apps/generated/; static fallback ships at /data/apps/. // We try generated first, fall back to bundled, fall back to a tiny static list. static _gluetunProvidersPromise = null;