From 045081c6ed315595970775d4f7f50518461743d5 Mon Sep 17 00:00:00 2001 From: equinox Date: Tue, 27 Sep 2011 17:54:06 +0200 Subject: fix 802.1X translation --- templates/8021x.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates') 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 @@

wpa_supplicant WPA-EAP template

-
network={
+   
network={
 	scan_ssid=1
 	ssid="crew.sublab.org"
 
@@ -21,7 +21,7 @@
 	phase2="auth=PAP"
 
 	identity="${username}"
-	password="insert password here"
+	password="${_("insert password here")}"
 
 	anonymous_identity="bernd"
 	ca_cert="/etc/ssl/certs/cacert.org.pem"
-- 
cgit v1.2.1