From 2066915a49fa45aeb2bc3ed79b7c6e0484b8d0af Mon Sep 17 00:00:00 2001 From: equinox Date: Tue, 27 Sep 2011 08:01:14 +0200 Subject: i18n support --- templates/8021x.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'templates/8021x.html') diff --git a/templates/8021x.html b/templates/8021x.html index 3e3405a..a5361e2 100644 --- a/templates/8021x.html +++ b/templates/8021x.html @@ -2,6 +2,7 @@ @@ -11,7 +12,7 @@

wpa_supplicant WPA-EAP template

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