Index: Ringtoets/Common/src/Ringtoets.Common.Service/MessageProviders/ICalculationMessageProvider.cs =================================================================== diff -u -rb3b6c13cf736c134476b3db34281332d01ca86b1 -r76948e8765899b35776102ecd211d3d7575a9e4d --- Ringtoets/Common/src/Ringtoets.Common.Service/MessageProviders/ICalculationMessageProvider.cs (.../ICalculationMessageProvider.cs) (revision b3b6c13cf736c134476b3db34281332d01ca86b1) +++ Ringtoets/Common/src/Ringtoets.Common.Service/MessageProviders/ICalculationMessageProvider.cs (.../ICalculationMessageProvider.cs) (revision 76948e8765899b35776102ecd211d3d7575a9e4d) @@ -34,11 +34,11 @@ string GetCalculationName(string calculationSubject); /// - /// Gets the activity name that can be used for messaging. + /// Gets the activity description that can be used for messaging. /// - /// The calculation subject used in the calculation name. - /// The activity name. - string GetActivityName(string calculationSubject); + /// The calculation subject used in the activity description. + /// The activity description. + string GetActivityDescription(string calculationSubject); /// /// Gets the message that should be used when a calculation fails.