Index: Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Forms/Views/ClosingStructuresFailureMechanismResultView.cs =================================================================== diff -u -r07c66375b5b4af458e5ac4b47c203deb078d0407 -r08d327d4e68f5c4415c0e9239e437f052a068cc7 --- Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Forms/Views/ClosingStructuresFailureMechanismResultView.cs (.../ClosingStructuresFailureMechanismResultView.cs) (revision 07c66375b5b4af458e5ac4b47c203deb078d0407) +++ Ringtoets/ClosingStructures/src/Ringtoets.ClosingStructures.Forms/Views/ClosingStructuresFailureMechanismResultView.cs (.../ClosingStructuresFailureMechanismResultView.cs) (revision 08d327d4e68f5c4415c0e9239e437f052a068cc7) @@ -119,17 +119,17 @@ DataGridViewControl.AddComboBoxColumn( nameof(ClosingStructuresFailureMechanismSectionResultRow.SimpleAssessmentResult), - RingtoetsCommonFormsResources.FailureMechanismResultView_SimpleAssessmentResult_ColumnHeader, + RingtoetsCommonFormsResources.FailureMechanismResultView_SimpleAssessmentResult_DisplayName, simpleAssessmentResultDataSource, nameof(EnumDisplayWrapper.Value), nameof(EnumDisplayWrapper.DisplayName)); DataGridViewControl.AddTextBoxColumn( nameof(ClosingStructuresFailureMechanismSectionResultRow.DetailedAssessmentProbability), - RingtoetsCommonFormsResources.FailureMechanismResultView_DetailedAssessment_ColumnHeader); + RingtoetsCommonFormsResources.FailureMechanismResultView_DetailedAssessment_DisplayName); DataGridViewControl.AddTextBoxColumn( nameof(ClosingStructuresFailureMechanismSectionResultRow.AssessmentLayerThree), - RingtoetsCommonFormsResources.FailureMechanismResultView_TailorMadeAssessment_ColumnHeader); + RingtoetsCommonFormsResources.FailureMechanismResultView_TailorMadeAssessment_DisplayName); } private void OnCellFormatting(object sender, DataGridViewCellFormattingEventArgs eventArgs)