Skip to content

Commit

Permalink
Company Dashboard Title Translatable (#10673)
Browse files Browse the repository at this point in the history
  • Loading branch information
fproldan authored and nabinhait committed Sep 5, 2017
1 parent 2967d7e commit c929e88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erpnext/setup/doctype/company/company_dashboard.py
Expand Up @@ -8,7 +8,7 @@ def get_data():
'graph': True,
'graph_method': "frappe.utils.goal.get_monthly_goal_graph_data",
'graph_method_args': {
'title': 'Sales',
'title': _('Sales'),
'goal_value_field': 'monthly_sales_target',
'goal_total_field': 'total_monthly_sales',
'goal_history_field': 'sales_monthly_history',
Expand Down

0 comments on commit c929e88

Please sign in to comment.