Index: Ringtoets/Common/src/Ringtoets.Common.Service/MessageProviders/ICalculationMessageProvider.cs
===================================================================
diff -u -rb3b6c13cf736c134476b3db34281332d01ca86b1 -r628b0dfcc54978e595154109f186a15199df85da
--- 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 628b0dfcc54978e595154109f186a15199df85da)
@@ -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.