luci-app-ddns: Clarify that TOKEN == PASSWORD
authorPaul Donald <newtwen+github@gmail.com>
Wed, 11 Sep 2024 23:16:18 +0000 (01:16 +0200)
committerPaul Donald <newtwen+github@gmail.com>
Wed, 11 Sep 2024 23:18:05 +0000 (01:18 +0200)
In some cases. e.g. afraid.org

Signed-off-by: Paul Donald <newtwen+github@gmail.com>
applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js

index 1764c0173036b348e49594ee226e294f31bf53e4..7177f29df66a63e95c8f9b2bdfc06cf77e2975fa 100644 (file)
@@ -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)")
+                                               + '<br/>' +
+                                               _("A.k.a. the TOKEN at e.g. afraid.org"));
                                        o.password = true;
                                        o.modalonly = true;
                                        o.rmempty = false;