chore: change column label
diff --git a/erpnext/accounts/doctype/chart_of_accounts_importer/chart_of_accounts_importer.py b/erpnext/accounts/doctype/chart_of_accounts_importer/chart_of_accounts_importer.py
index dd2bd88..cb7da17 100644
--- a/erpnext/accounts/doctype/chart_of_accounts_importer/chart_of_accounts_importer.py
+++ b/erpnext/accounts/doctype/chart_of_accounts_importer/chart_of_accounts_importer.py
@@ -318,7 +318,7 @@
 		"Is Group",
 		"Account Type",
 		"Root Type",
-		"account_currency",
+		"Account Currency",
 	]
 	writer = UnicodeWriter()
 	writer.writerow(fields)