applications/luci-diag-devinfo: fix empty i18n tag
authorJo-Philipp Wich <jow@openwrt.org>
Sun, 1 Nov 2009 13:24:33 +0000 (13:24 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Sun, 1 Nov 2009 13:24:33 +0000 (13:24 +0000)
applications/luci-diag-devinfo/luasrc/view/diag/smapsection.htm

index 0712842af9b8933d6ac08a66a878262c1e092377..742f6595757257c30b351f7210d374b874d613dd 100644 (file)
@@ -103,7 +103,7 @@ end
 
                        <%- if isempty then -%>
                        <tr class="cbi-section-table-row">
-                               <td colspan="<%=count%>"><em><br /><%: %></em></td>
+                               <td colspan="<%=count%>"><em><br /><%:This section contains no values yet%></em></td>
                        </tr>
                        <%- end -%>
                </table>