Index: Ringtoets/Integration/src/Ringtoets.Integration.Plugin/RingtoetsPlugin.cs =================================================================== diff -u -ra73bfe0609da8d0c2c2c9f4d6ad3e0f044ea89b3 -r4900ca019e92017629eb7d251d8e28c4a1563414 --- Ringtoets/Integration/src/Ringtoets.Integration.Plugin/RingtoetsPlugin.cs (.../RingtoetsPlugin.cs) (revision a73bfe0609da8d0c2c2c9f4d6ad3e0f044ea89b3) +++ Ringtoets/Integration/src/Ringtoets.Integration.Plugin/RingtoetsPlugin.cs (.../RingtoetsPlugin.cs) (revision 4900ca019e92017629eb7d251d8e28c4a1563414) @@ -1983,11 +1983,11 @@ new DesignWaterLevelCalculationsContext(context.AssessmentSection.WaterLevelCalculationsForLowerLimitNorm, context.AssessmentSection, () => GetThirdHydraulicBoundaryNorm(context.AssessmentSection), - Resources.Hydraulic_category_boundary_lowerBoundaryNorm_name), + Resources.Hydraulic_category_boundary_lowerLimitNorm_name), new DesignWaterLevelCalculationsContext(context.AssessmentSection.WaterLevelCalculationsForFactorizedLowerLimitNorm, context.AssessmentSection, () => GetFourthHydraulicBoundaryNorm(context.AssessmentSection), - Resources.Hydraulic_category_boundary_factorizedLowerBoundaryNorm_name) + Resources.Hydraulic_category_boundary_factorizedLowerLimitNorm_name) }; } @@ -2006,11 +2006,11 @@ new WaveHeightCalculationsContext(context.AssessmentSection.WaveHeightCalculationsForLowerLimitNorm, context.AssessmentSection, () => GetThirdHydraulicBoundaryNorm(context.AssessmentSection), - Resources.Hydraulic_category_boundary_lowerBoundaryNorm_name), + Resources.Hydraulic_category_boundary_lowerLimitNorm_name), new WaveHeightCalculationsContext(context.AssessmentSection.WaveHeightCalculationsForFactorizedLowerLimitNorm, context.AssessmentSection, () => GetFourthHydraulicBoundaryNorm(context.AssessmentSection), - Resources.Hydraulic_category_boundary_factorizedLowerBoundaryNorm_name) + Resources.Hydraulic_category_boundary_factorizedLowerLimitNorm_name) }; }