Cash Flow Report
diff --git a/erpnext/accounts/report/cash_flow/cash_flow.py b/erpnext/accounts/report/cash_flow/cash_flow.py
index 6435b69..3e5efea 100644
--- a/erpnext/accounts/report/cash_flow/cash_flow.py
+++ b/erpnext/accounts/report/cash_flow/cash_flow.py
@@ -66,7 +66,7 @@
 
         add_total_row_account(data, section_data, cash_flow_account['section_footer'], period_list)
 
-    add_total_row_account(data, data, _("Cash end of period"), period_list)
+    add_total_row_account(data, data, _("Net Change in Cash"), period_list)
     columns = get_columns(period_list)
 
     return columns, data