luci-app-ddns: fix typo in previous commit
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
This commit is contained in:
parent
2cfd11b272
commit
d1da53512e
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ end
|
|||
m = Map("ddns")
|
||||
|
||||
m.title = [[<a href="]] .. DISP.build_url("admin", "services", "ddns") .. [[">]] ..
|
||||
translate("Dynamic DNS") .. [["</a>"]]
|
||||
translate("Dynamic DNS") .. [[</a>]]
|
||||
|
||||
m.description = translate("Dynamic DNS allows that your router can be reached with " ..
|
||||
"a fixed hostname while having a dynamically changing " ..
|
||||
|
|
Loading…
Reference in a new issue