all: change most translate statements to new format, some need manual cleanup
[project/luci.git] / applications / luci-openvpn / luasrc / view / openvpn / pageswitch.htm
index 3203f0c74c8804b93a41416afc3a14c72749a45c..0d036a9ab249a507a41e41fb4fd6f49cf786661c 100644 (file)
@@ -16,7 +16,7 @@ $Id$
 <fieldset class="cbi-section">
        <legend>
                <a href="<%=luci.dispatcher.build_url("admin", "services", "openvpn")%>"><%:openvpn_overview Overview%></a> &raquo;
-               <%=luci.i18n.translatef("openvpn_instance", "%s", self.instance)%>
+               <%=luci.i18n.translatef("Instance \"%s\"", self.instance)%>
        </legend>
 
        <% if self.mode == "basic" then %>