diff options
author | equinox <equinox@diac24.net> | 2011-09-27 17:54:06 +0200 |
---|---|---|
committer | equinox <equinox@diac24.net> | 2011-09-27 17:54:06 +0200 |
commit | 045081c6ed315595970775d4f7f50518461743d5 (patch) | |
tree | cfed667b6548edf605fa39a06eda4daeeade1439 /templates | |
parent | b3def7f829e68903ec648f66b5fdc3a7b304e7bd (diff) |
fix 802.1X translation
Diffstat (limited to 'templates')
-rw-r--r-- | templates/8021x.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/8021x.html b/templates/8021x.html index a5361e2..83a5de4 100644 --- a/templates/8021x.html +++ b/templates/8021x.html @@ -12,7 +12,7 @@ <sub:bodylarge> <div class="cont"> <h1>wpa_supplicant WPA-EAP template</h1> - <pre i18n:msg="8021x">network={ + <pre xml:lang="C">network={ scan_ssid=1 ssid="crew.sublab.org" @@ -21,7 +21,7 @@ phase2="auth=PAP" identity="${username}" - password="<i style="color:red;background-color:white">insert password here</i>" + password="<b style="color:red;background-color:white">${_("insert password here")}</b>" anonymous_identity="bernd" ca_cert="<a href="${url('static/cacert.org.pem')}">/etc/ssl/certs/cacert.org.pem</a>" |