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 0712842..742f659 100644 (file)
@@ -103,7 +103,7 @@ end
 
                        <%- if isempty then -%>
                        <tr class="cbi-section-table-row">
 
                        <%- 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>
                        </tr>
                        <%- end -%>
                </table>