Skip to content

Commit

Permalink
fix: add labels for translation in sales_order_analysis.py
Browse files Browse the repository at this point in the history
(cherry picked from commit 8a554a5)
  • Loading branch information
mahsem authored and mergify[bot] committed Dec 6, 2024
1 parent e2aedc8 commit bad1b2a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ def prepare_data(data, so_elapsed_time, filters):


def prepare_chart_data(pending, completed):
labels = ["Amount to Bill", "Billed Amount"]
labels = [_("Amount to Bill"), _("Billed Amount")]

return {
"data": {"labels": labels, "datasets": [{"values": [pending, completed]}]},
Expand Down

0 comments on commit bad1b2a

Please sign in to comment.