diff --git a/erpnext/accounts/page/accounts_browser/accounts_browser.js b/erpnext/accounts/page/accounts_browser/accounts_browser.js index 2a2435b0ad..61b36d2131 100644 --- a/erpnext/accounts/page/accounts_browser/accounts_browser.js +++ b/erpnext/accounts/page/accounts_browser/accounts_browser.js @@ -31,7 +31,7 @@ pscript.make_chart = function(b) { var footer = $a($i('ab_body'),'div','',{backgroundColor: "#FFD", padding: "8px", color: "#444", fontSize: "12px", marginTop: "14px"}); var help1 = $a(footer,'span'); - help1.innerHTML = "Note: To create accounts for Customers and Suppliers, please create Customer and Supplier" + help1.innerHTML = "Note: To create accounts for Customers and Suppliers, please create Customer and Supplier" + " Masters. This will ensure that the accounts are linked to your Selling and Buying Processes. The Account Heads for Customer and Supplier will automatically be created." }