Skip to content

Commit

Permalink
fix(report): metric name
Browse files Browse the repository at this point in the history
  • Loading branch information
deemp committed Mar 23, 2024
1 parent e24d103 commit fde9b17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eo-phi-normalizer/src/Language/EO/Phi/Report/Html.hs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import Prelude hiding (div, span)
metricsNames :: Metrics String
metricsNames =
Metrics
{ dataless = "Dataless"
{ dataless = "Dataless formations"
, applications = "Applications"
, formations = "Formations"
, dispatches = "Dispatches"
Expand Down

0 comments on commit fde9b17

Please sign in to comment.