diff --git a/epictrack-api/src/api/reports/resource_forecast_report.py b/epictrack-api/src/api/reports/resource_forecast_report.py index 2471d5ea3..ae050e5a3 100644 --- a/epictrack-api/src/api/reports/resource_forecast_report.py +++ b/epictrack-api/src/api/reports/resource_forecast_report.py @@ -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, }, {