Email ID renamed to Email Address
diff --git a/erpnext/templates/pages/demo.html b/erpnext/templates/pages/demo.html
index 8db6ad2..3850cd3 100644
--- a/erpnext/templates/pages/demo.html
+++ b/erpnext/templates/pages/demo.html
@@ -55,7 +55,7 @@
 	<h1>ERPNext Demo</h1>
 	<p style="margin-top: 60px;">
 		<input id="lead-email" type="email"
-			class="form-control" placeholder="Your Email Id (optional)"
+			class="form-control" placeholder="Your Email Address (optional)"
 			style="width: 75%; max-width: 400px; margin: auto;">
 	</p>