luci-app-ddns: Fix Domain Tooltip in ddns form
authorClaudio Mezzasalma <[email protected]>
Tue, 18 May 2021 08:27:50 +0000 (10:27 +0200)
committerClaudio Mezzasalma <[email protected]>
Tue, 18 May 2021 08:53:52 +0000 (10:53 +0200)
Signed-off-by: Claudio Mezzasalma <[email protected]>
applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js

index 6a639d967a73d38cd33779b71e7e2b03e9498251..4592c47c4c61bbdea158e599b226c138522123bb 100644 (file)
@@ -733,7 +733,7 @@ return view.extend({
 
                                        o = s.taboption('basic', form.Value, 'domain',
                                                _("Domain"),
-                                               _("Replaces [USERNAME] in Update-URL (URL-encoded)"));
+                                               _("Replaces [DOMAIN] in Update-URL (URL-encoded)"));
                                        o.modalonly = true;
                                        o.rmempty = false;