Skip to content

Commit

Permalink
fix: add string for translation in delayed_tasks_summary.py
Browse files Browse the repository at this point in the history
(cherry picked from commit 84b54f5)
  • Loading branch information
mahsem authored and mergify[bot] committed Dec 6, 2024
1 parent 33d6922 commit 43fc8bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def get_chart_data(data):
charts = {
"data": {
"labels": [_("On Track"), _("Delayed")],
"datasets": [{"name": "Delayed", "values": [on_track, delay]}],
"datasets": [{"name": _("Delayed"), "values": [on_track, delay]}],
},
"type": "percentage",
"colors": ["#84D5BA", "#CB4B5F"],
Expand Down

0 comments on commit 43fc8bf

Please sign in to comment.