Account name changed in standard chart of accounts
diff --git a/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py b/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py
index af2d06c..1a541ca 100644
--- a/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py
+++ b/erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py
@@ -17,7 +17,7 @@
 	                "account_type": "Bank",
 					"is_group": 1
 	            },
-	            _("Cash in Hand"): {
+	            _("Cash In Hand"): {
 	                _("Cash"): {
 	                    "account_type": "Cash"
 	                },