Index: Ringtoets/Common/src/Ringtoets.Common.Forms/PropertyClasses/TopLevelSubMechanismIllustrationPointProperties.cs =================================================================== diff -u -r6a60e0e3f676c71e253ad41839519c18dd641e9e -rb14f45e3735bbdde95f710bf396a85326eb388d5 --- Ringtoets/Common/src/Ringtoets.Common.Forms/PropertyClasses/TopLevelSubMechanismIllustrationPointProperties.cs (.../TopLevelSubMechanismIllustrationPointProperties.cs) (revision 6a60e0e3f676c71e253ad41839519c18dd641e9e) +++ Ringtoets/Common/src/Ringtoets.Common.Forms/PropertyClasses/TopLevelSubMechanismIllustrationPointProperties.cs (.../TopLevelSubMechanismIllustrationPointProperties.cs) (revision b14f45e3735bbdde95f710bf396a85326eb388d5) @@ -127,7 +127,7 @@ public override string ToString() { - return $"{data.SubMechanismIllustrationPoint.Name}"; + return data.SubMechanismIllustrationPoint.Name; } } } \ No newline at end of file