website updates
diff --git a/erpnext/templates/includes/footer_extension.html b/erpnext/templates/includes/footer_extension.html
index ba26592..e40825d 100644
--- a/erpnext/templates/includes/footer_extension.html
+++ b/erpnext/templates/includes/footer_extension.html
@@ -1,10 +1,14 @@
 <div class="container">
 	<div class="row">
-		<div class="input-group col-sm-6 col-sm-offset-3" style="margin-top: 7px;">
-			<input class="form-control" type="text" id="footer-subscribe-email" placeholder="Your email address...">
-			<span class="input-group-btn">
-				<button class="btn btn-default" type="button" id="footer-subscribe-button">Stay Updated</button>
-			</span>
+		<div class="col-sm-6 col-sm-offset-3" style="margin-top: 7px;">
+			<div class="input-group">
+				<input class="form-control" type="text" id="footer-subscribe-email"
+					placeholder="{{ _('Your email address') }}...">
+				<span class="input-group-btn">
+					<button class="btn btn-default" type="button"
+						id="footer-subscribe-button">{{ _("Stay Updated") }}</button>
+				</span>
+			</div>
 		</div>
 	</div>
 </div>