commit | 849b712770093677d6e50e62ffaad171d8fadf51 | [log] [tgz] |
---|---|---|
author | Michelle Alva <50285544+michellealva@users.noreply.github.com> | Tue Aug 18 12:06:46 2020 +0530 |
committer | GitHub <noreply@github.com> | Tue Aug 18 12:06:46 2020 +0530 |
tree | 45b21980ba9fbaa9470bde0091904c4775facff2 | |
parent | 035907a24fa83183282727a37cbda48b0ef71201 [diff] |
fix: Change spelling of "Successful" (#23063) Before: Import Successfull After: Import Successful
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 0b7cff3..2235298 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
@@ -135,7 +135,7 @@ callback: function(r) { if(!r.exc) { clearInterval(frm.page["interval"]); - frm.page.set_indicator(__('Import Successfull'), 'blue'); + frm.page.set_indicator(__('Import Successful'), 'blue'); create_reset_button(frm); } }