Merge pull request #5057 from lorthirk/fix-ddnsDomainTooltip
[luci-app-ddns] Fix Domain Tooltip in ddns form
This commit is contained in:
commit
cd2b9b4007
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue