Skip to content

Commit

Permalink
238: resource forecast UI text change (#2458)
Browse files Browse the repository at this point in the history
  • Loading branch information
tom0827 authored Nov 28, 2024
1 parent ebf2fc2 commit b970c23
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -235,11 +235,11 @@ export default function ResourceForecast() {
},
{
accessorKey: "fte_positions_construction",
header: "Est. FTEs in construction",
header: "Est. FTEs for construction",
},
{
accessorKey: "fte_positions_operation",
header: "Est. FTEs in operation",
header: "Est. FTEs for operation",
},
{
accessorKey: "ea_type",
Expand Down

0 comments on commit b970c23

Please sign in to comment.