Skip to content

Commit

Permalink
fix: translate (frappe#39395)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreLumertz authored Jan 16, 2024
1 parent 0061934 commit 80f5026
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions erpnext/selling/page/sales_funnel/sales_funnel.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,9 @@ erpnext.SalesFunnel = class SalesFunnel {
if (me.options.chart == 'sales_funnel'){
me.render_funnel();
} else if (me.options.chart == 'opp_by_lead_source'){
me.render_chart("Sales Opportunities by Source");
me.render_chart(__("Sales Opportunities by Source"));
} else if (me.options.chart == 'sales_pipeline'){
me.render_chart("Sales Pipeline by Stage");
me.render_chart(__("Sales Pipeline by Stage"));
}
}

Expand Down

0 comments on commit 80f5026

Please sign in to comment.