Index: Ringtoets/GrassCoverErosionOutwards/src/Ringtoets.GrassCoverErosionOutwards.Forms/Views/GrassCoverErosionOutwardsWaveHeightCalculationsView.cs =================================================================== diff -u -r8560f7a7b53b45ad9d2d4afc6172ffdd05342082 -rccc952cb1db3d3538b75d019350a547c6284114d --- Ringtoets/GrassCoverErosionOutwards/src/Ringtoets.GrassCoverErosionOutwards.Forms/Views/GrassCoverErosionOutwardsWaveHeightCalculationsView.cs (.../GrassCoverErosionOutwardsWaveHeightCalculationsView.cs) (revision 8560f7a7b53b45ad9d2d4afc6172ffdd05342082) +++ Ringtoets/GrassCoverErosionOutwards/src/Ringtoets.GrassCoverErosionOutwards.Forms/Views/GrassCoverErosionOutwardsWaveHeightCalculationsView.cs (.../GrassCoverErosionOutwardsWaveHeightCalculationsView.cs) (revision ccc952cb1db3d3538b75d019350a547c6284114d) @@ -98,7 +98,7 @@ { base.InitializeDataGridView(); dataGridViewControl.AddTextBoxColumn(nameof(HydraulicBoundaryLocationCalculationRow.Result), - Resources.GrassCoverErosionOutwardsHydraulicBoundaryLocation_WaveHeight_DisplayName); + Resources.GrassCoverErosionOutwardsWaveHeightCalculation_Result_DisplayName); } protected override object CreateSelectedItemFromCurrentRow()