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 53545e4f25df4..3c01cd2be528a 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 @@ -473,7 +473,7 @@ const StixCoreObjectSimulationResult = ({ id, type }) => { onChange={(event) => setSimulationType(event.target.value)} fullWidth > - {t_i18n('Technical (payloads)')} + {t_i18n('Technical (payloads)')} {t_i18n('Simulated emails (generated by AI)')} {t_i18n('Mixed (both)')}