diff --git a/opencti-platform/opencti-front/src/private/components/common/stix_core_objects/StixCoreObjectSimulationResult.jsx b/opencti-platform/opencti-front/src/private/components/common/stix_core_objects/StixCoreObjectSimulationResult.jsx index 3c01cd2be528a..cc09a6dc6ec2b 100644 --- a/opencti-platform/opencti-front/src/private/components/common/stix_core_objects/StixCoreObjectSimulationResult.jsx +++ b/opencti-platform/opencti-front/src/private/components/common/stix_core_objects/StixCoreObjectSimulationResult.jsx @@ -209,7 +209,7 @@ const StixCoreObjectSimulationResult = ({ id, type }) => { } else if (type === 'threat') { attackPatternsQuery = stixCoreObjectSimulationResultAttackPatternsForThreatsQuery; } else { - throw new Error('Type should be container or threat'); + throw new Error('Type of the simulation should be container or threat'); } // Fetch the attackPatterns using the selected query