libs/web: fix an untranslated string
This commit is contained in:
parent
723914264e
commit
86a13c6ab9
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ cbi_dynlist_init('<%=cbid%>');
|
||||||
<%-if i<#self.keylist then-%>,<%-end-%>
|
<%-if i<#self.keylist then-%>,<%-end-%>
|
||||||
<%- end -%>
|
<%- end -%>
|
||||||
}, '<%- if not self.rmempty and not self.optional then -%>
|
}, '<%- if not self.rmempty and not self.optional then -%>
|
||||||
<%-:cbi_select-%>
|
<%-: -- Please choose -- -%>
|
||||||
<%- end -%>', '<%: -- custom -- %>');
|
<%- end -%>', '<%: -- custom -- %>');
|
||||||
<% end -%>
|
<% end -%>
|
||||||
<% for i=1, #vals + 1 do -%>
|
<% for i=1, #vals + 1 do -%>
|
||||||
|
|
Loading…
Reference in a new issue