summaryrefslogtreecommitdiff
path: root/templates/8021x.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/8021x.html')
-rw-r--r--templates/8021x.html4
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>"