summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-ddns/luasrc/view/ddns/overview_status.htm
diff options
context:
space:
mode:
Diffstat (limited to 'applications/luci-ddns/luasrc/view/ddns/overview_status.htm')
-rw-r--r--applications/luci-ddns/luasrc/view/ddns/overview_status.htm4
1 files changed, 2 insertions, 2 deletions
diff --git a/applications/luci-ddns/luasrc/view/ddns/overview_status.htm b/applications/luci-ddns/luasrc/view/ddns/overview_status.htm
index e23cc796e9..37c54be25f 100644
--- a/applications/luci-ddns/luasrc/view/ddns/overview_status.htm
+++ b/applications/luci-ddns/luasrc/view/ddns/overview_status.htm
@@ -141,10 +141,10 @@
str += "\n\nluci-app-ddns:";
str += "\n\t<%:Version%>:\t" + luci_version;
str += "\n\t<%:Build%>:\t" + luci_build;
- str += "\n\nddns-scripts <%:installed%>:";
- str += "\n\t<%:Version%>:\t" + ddns_version;
str += "\n\nddns-scripts <%:required%>:";
str += "\n\t<%:Version%>:\t" + ddns_required + " <%:or greater%>";
+ str += "\n\nddns-scripts <%:installed%>:";
+ str += "\n\t<%:Version%>:\t" + ddns_version;
str += "\n\n"
alert(str);
}