diff --git a/opencti-platform/opencti-front/src/private/components/analysis/external_references/StixCoreObjectExternalReferencesLines.js b/opencti-platform/opencti-front/src/private/components/analysis/external_references/StixCoreObjectExternalReferencesLines.js index eb2aa39b011e..ec62c4dfd5b4 100644 --- a/opencti-platform/opencti-front/src/private/components/analysis/external_references/StixCoreObjectExternalReferencesLines.js +++ b/opencti-platform/opencti-front/src/private/components/analysis/external_references/StixCoreObjectExternalReferencesLines.js @@ -329,7 +329,15 @@ class StixCoreObjectExternalReferencesLinesContainer extends Component { )} ) : ( -
+
- {t('No entities of this type has been found.')} + {t('No reports about this entity.')}
); diff --git a/opencti-platform/opencti-front/src/private/components/common/stix_core_objects/StixCoreObjectHistoryLines.js b/opencti-platform/opencti-front/src/private/components/common/stix_core_objects/StixCoreObjectHistoryLines.js index fd7545bd42f8..2e0253080bc7 100644 --- a/opencti-platform/opencti-front/src/private/components/common/stix_core_objects/StixCoreObjectHistoryLines.js +++ b/opencti-platform/opencti-front/src/private/components/common/stix_core_objects/StixCoreObjectHistoryLines.js @@ -11,7 +11,7 @@ const styles = () => ({ paperHistory: { height: '100%', margin: '10px 0 0 0', - padding: '15px 15px 0 15px', + padding: 15, borderRadius: 6, }, }); @@ -34,7 +34,13 @@ class StixCoreObjectHistoryLinesComponent extends Component { ); }) ) : ( -
+
({ paperHistory: { height: '100%', margin: '10px 0 0 0', - padding: '15px 15px 0 15px', + padding: 15, borderRadius: 6, }, }); @@ -34,7 +34,13 @@ class StixCoreRelationshipHistoryLinesComponent extends Component { ); }) ) : ( -
+
({ paperHistory: { height: '100%', margin: '10px 0 0 0', - padding: '15px 15px 15px 15px', + padding: 15, borderRadius: 6, }, }); diff --git a/opencti-platform/opencti-front/src/utils/Localization.js b/opencti-platform/opencti-front/src/utils/Localization.js index 77647a4f778b..877f5128562f 100644 --- a/opencti-platform/opencti-front/src/utils/Localization.js +++ b/opencti-platform/opencti-front/src/utils/Localization.js @@ -1036,6 +1036,8 @@ const i18n = { '30 days': '30 jours', 'No entities were found for this search.': "Aucune entité n'a été trouvée pour cette recherche.", + 'No reports about this entity.': + 'Aucun rapport à propos de cette entité.', 'API access': "Accès à l'API", Example: 'Exemple', 'API key': "Clé d'API", @@ -2327,6 +2329,7 @@ const i18n = { '24 hours': '24小时', '30 days': '30天', 'No entities were found for this search.': '未找到此搜索的实体。', + 'No reports about this entity.': '没有关于此实体的报告。', 'API access': 'API访问', Example: '示例', 'API key': 'API密钥',