Index: Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Forms/Views/ClosingStructuresFailureMechanismSectionResultRow.cs =================================================================== diff -u -re5d2b62a6626e9d34433859f6dccfcf5a1eff783 -rbfd84af2152b697561a499f15caa6d1f9f5fd4ed --- Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Forms/Views/ClosingStructuresFailureMechanismSectionResultRow.cs (.../ClosingStructuresFailureMechanismSectionResultRow.cs) (revision e5d2b62a6626e9d34433859f6dccfcf5a1eff783) +++ Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Forms/Views/ClosingStructuresFailureMechanismSectionResultRow.cs (.../ClosingStructuresFailureMechanismSectionResultRow.cs) (revision bfd84af2152b697561a499f15caa6d1f9f5fd4ed) @@ -91,11 +91,11 @@ { get { - return SectionResult.AssessmentLayerThree; + return SectionResult.TailorMadeAssessmentProbability; } set { - SectionResult.AssessmentLayerThree = value; + SectionResult.TailorMadeAssessmentProbability = value; } }