Skip to content

Commit

Permalink
238: text change (#2454)
Browse files Browse the repository at this point in the history
  • Loading branch information
tom0827 authored Nov 25, 2024
1 parent d9b73c9 commit fb02d6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions epictrack-api/src/api/reports/resource_forecast_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,12 @@ def __init__(self, filters, color_intensity):
},
{
"data_key": "fte_positions_construction",
"label": "Est. FTEs in constructions",
"label": "Est. FTEs for construction",
"width": 0.075,
},
{
"data_key": "fte_positions_operation",
"label": "Est. FTEs in operations",
"label": "Est. FTEs for operation",
"width": 0.070,
},
{
Expand Down

0 comments on commit fb02d6c

Please sign in to comment.