diff --git a/erpnext/accounts/doctype/chart_of_accounts_importer/chart_of_accounts_importer.js b/erpnext/accounts/doctype/chart_of_accounts_importer/chart_of_accounts_importer.js index 049c15d6650..c310e26a656 100644 --- a/erpnext/accounts/doctype/chart_of_accounts_importer/chart_of_accounts_importer.js +++ b/erpnext/accounts/doctype/chart_of_accounts_importer/chart_of_accounts_importer.js @@ -38,11 +38,11 @@ frappe.ui.form.on('Chart of Accounts Importer', { if (frm.doc.template_type == 'Sample Template') { frm.set_df_property('template_type', 'description', `The Sample Template contains all the required accounts pre filled in the template. - You can add more accounts or change existing accounts in the template as per your choice.`) + You can add more accounts or change existing accounts in the template as per your choice.`); } else { frm.set_df_property('template_type', 'description', `The Blank Template contains just the account type and root type required to build the Chart - of Accounts. Please enter the account names and add more rows as per your requirement.`) + of Accounts. Please enter the account names and add more rows as per your requirement.`); } },