summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-openvpn/luasrc/view/openvpn/pageswitch.htm
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2008-10-10 11:48:04 +0000
committerJo-Philipp Wich <jow@openwrt.org>2008-10-10 11:48:04 +0000
commit6bfef156f2cdcb4e01176ffbac7998625414a8e5 (patch)
tree5620069fbbcb8b9b45a57d51d33be79e24a67483 /applications/luci-openvpn/luasrc/view/openvpn/pageswitch.htm
parentbfb5a53c45453fd59d5ee3eb7d370a27d6ee9147 (diff)
* luci/app/openvpn: add translations, various improvements
Diffstat (limited to 'applications/luci-openvpn/luasrc/view/openvpn/pageswitch.htm')
-rw-r--r--applications/luci-openvpn/luasrc/view/openvpn/pageswitch.htm2
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-openvpn/luasrc/view/openvpn/pageswitch.htm b/applications/luci-openvpn/luasrc/view/openvpn/pageswitch.htm
index a58766638..3203f0c74 100644
--- a/applications/luci-openvpn/luasrc/view/openvpn/pageswitch.htm
+++ b/applications/luci-openvpn/luasrc/view/openvpn/pageswitch.htm
@@ -16,7 +16,7 @@ $Id$
<fieldset class="cbi-section">
<legend>
<a href="<%=luci.dispatcher.build_url("admin", "services", "openvpn")%>"><%:openvpn_overview Overview%></a> &raquo;
- <a href="<%=luci.dispatcher.build_url("admin", "services", "openvpn", self.mode, self.instance)%>"><%=self.instance%></a>
+ <%=luci.i18n.translatef("openvpn_instance", "%s", self.instance)%>
</legend>
<% if self.mode == "basic" then %>