diff --git a/erpnext/templates/pages/addresses.html b/erpnext/templates/pages/addresses.html
index 997143a05fd..a0562c61607 100644
--- a/erpnext/templates/pages/addresses.html
+++ b/erpnext/templates/pages/addresses.html
@@ -6,7 +6,7 @@
{% block content %}
-
New Address
+
New Address
{{ _("Loading") }}...
@@ -30,7 +30,7 @@
$.each(r.message, function(i, address) {
address.url_name = encodeURIComponent(address.name);
$(repl('
', address)).appendTo($list);
diff --git a/erpnext/templates/pages/ticket.html b/erpnext/templates/pages/ticket.html
index cff019ceff1..67d4800cc71 100644
--- a/erpnext/templates/pages/ticket.html
+++ b/erpnext/templates/pages/ticket.html
@@ -11,8 +11,8 @@
{% if not doc -%}
diff --git a/erpnext/templates/pages/user.html b/erpnext/templates/pages/user.html
index 1d1d0b309b4..e9f356dd4fe 100644
--- a/erpnext/templates/pages/user.html
+++ b/erpnext/templates/pages/user.html
@@ -5,7 +5,7 @@
{% block content %}