all: change most translate statements to new format, some need manual cleanup
[project/luci.git] / applications / luci-openvpn / luasrc / view / openvpn / cbi-select-input-add.htm
index 0744cf8..cedac51 100644 (file)
@@ -6,6 +6,6 @@
                <option value="<%=k%>"><%=luci.util.pcdata(v)%></option>
        <% end -%>
        </select>
-       <input class="cbi-button cbi-button-add" type="submit" value="<%:cbi_add%>" title="<%:cbi_add%>" />
-       <% if self.invalid_cts then %><br /><%:cbi_invalid%></div><% end %>
+       <input class="cbi-button cbi-button-add" type="submit" value="<%:Add%>" title="<%:Add%>" />
+       <% if self.invalid_cts then %><br /><%:Invalid%></div><% end %>
 </div>