Skip to content

Commit

Permalink
[Fix #633] Fix label of calculated failure rate field in FaultEventMe…
Browse files Browse the repository at this point in the history
…nu in fault tree editor
  • Loading branch information
kostobog committed Oct 17, 2024
1 parent 72e03f5 commit a4d57ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ const FaultEventMenu = ({
<>
{shapeToolData?.probability && (
<Box className={classes.eventPropertyRow}>
{failureRateComponent(shapeToolData.probability, "eventDescription.manuallyDefinedFailureRate", [])}
{failureRateComponent(shapeToolData.probability, "eventDescription.calculatedFailureRate", [])}
</Box>
)}
</>
Expand Down

0 comments on commit a4d57ac

Please sign in to comment.