libs/cbi: fix some default translations
[project/luci.git] / libs / cbi / luasrc / view / cbi / tblsection.htm
index 3231f22aa5025d30495a71cb4ce53bbf975b9163..698efc53cb81ca3c3f41232a3e5ca5be9916c69e 100644 (file)
@@ -39,7 +39,7 @@ end
                        <%- end -%>
                        <%- for i, k in pairs(self.children) do if not k.optional then -%>
                                <th class="cbi-section-table-cell">
-                               <%- if k.titleref then -%><a title="<%=self.titledesc or translate(' ')%>" class="cbi-title-ref" href="<%=k.titleref%>"><%- end -%>
+                               <%- if k.titleref then -%><a title="<%=self.titledesc or translate('Go to relevant configuration page')%>" class="cbi-title-ref" href="<%=k.titleref%>"><%- end -%>
                                        <%-=k.title-%>
                                <%- if k.titleref then -%></a><%- end -%>
                                </th>