From: Paul Donald Date: Wed, 11 Sep 2024 23:16:18 +0000 (+0200) Subject: luci-app-ddns: Clarify that TOKEN == PASSWORD X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=f8ef86bf29f7ca6c750ff9166a9ff82d567d567a;p=openwrt-luci.git luci-app-ddns: Clarify that TOKEN == PASSWORD In some cases. e.g. afraid.org Signed-off-by: Paul Donald --- diff --git a/applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js b/applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js index 1764c01730..7177f29df6 100644 --- a/applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js +++ b/applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js @@ -751,7 +751,9 @@ return view.extend({ o = s.taboption('basic', form.Value, 'password', _("Password"), - _("Replaces [PASSWORD] in Update-URL (URL-encoded)")); + _("Replaces [PASSWORD] in Update-URL (URL-encoded)") + + '
' + + _("A.k.a. the TOKEN at e.g. afraid.org")); o.password = true; o.modalonly = true; o.rmempty = false;