Skip to content

Commit

Permalink
fix(ui-hydro): update matrices titles
Browse files Browse the repository at this point in the history
  • Loading branch information
hdinia authored and laurent-laporte-pro committed Feb 8, 2024
1 parent ed613bf commit 6edf7c4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,15 +103,15 @@ export const HYDRO_ROUTES: HydroRoute[] = [

export const MATRICES: Matrices = {
[HydroMatrixType.Dailypower]: {
title: "Credit Modulation",
title: "Credit Modulations",
url: "input/hydro/common/capacity/creditmodulations_{areaId}",
cols: generateColumns("%"),
rows: ["Generating Power", "Pumping Power"],
stats: MatrixStats.NOCOL,
enablePercentDisplay: true,
},
[HydroMatrixType.EnergyCredits]: {
title: "Standard Credit",
title: "Standard Credits",
url: "input/hydro/common/capacity/maxpower_{areaId}",
cols: [
"Generating Max Power (MW)",
Expand Down

0 comments on commit 6edf7c4

Please sign in to comment.