diff --git a/erpnext/public/js/templates/address_list.html b/erpnext/public/js/templates/address_list.html index 0e8b3459e04..6ee7d782bfe 100644 --- a/erpnext/public/js/templates/address_list.html +++ b/erpnext/public/js/templates/address_list.html @@ -8,7 +8,7 @@ {% if(addr_list[i].is_shipping_address) { %} ({%= __("Shipping") %}){% } %} - {%= __("Edit") %}
diff --git a/erpnext/public/js/templates/contact_list.html b/erpnext/public/js/templates/contact_list.html index 363e07613f1..e2691596e73 100644 --- a/erpnext/public/js/templates/contact_list.html +++ b/erpnext/public/js/templates/contact_list.html @@ -9,7 +9,7 @@ ({%= __("Primary") %}) {% } %} - {%= __("Edit") %}