diff --git a/src/views/detections/overview/DetectionPerformanceEventAppOverview.vue b/src/views/detections/overview/DetectionPerformanceEventAppOverview.vue
index afc887c4..f4876a90 100644
--- a/src/views/detections/overview/DetectionPerformanceEventAppOverview.vue
+++ b/src/views/detections/overview/DetectionPerformanceEventAppOverview.vue
@@ -6,22 +6,22 @@
{{ detection.app_name }}{{ detection.appName }}
- ’s rate of DNS query errors is abnormally high.
+ {{$t('detections.dnsQueryError')}}
- ’s rate of HTTP query errors is abnormally high.
+ {{$t('detections.httpQueryError')}}
- ’s average of DNS response time is abnormally high.
+ {{$t('detections.responseTime')}}
diff --git a/src/views/detections/overview/DetectionPerformanceEventDomainOverview.vue b/src/views/detections/overview/DetectionPerformanceEventDomainOverview.vue
index e61f8d94..eff96d5f 100644
--- a/src/views/detections/overview/DetectionPerformanceEventDomainOverview.vue
+++ b/src/views/detections/overview/DetectionPerformanceEventDomainOverview.vue
@@ -11,17 +11,17 @@
>
- ’s rate of DNS query errors is abnormally high.
+ {{$t('detections.dnsQueryError')}}
- ’s rate of HTTP query errors is abnormally high.
+ {{$t('detections.httpQueryError')}}
- ’s average of DNS response time is abnormally high.
+ {{$t('detections.responseTime')}}
diff --git a/src/views/detections/overview/DetectionPerformanceEventIpOverview.vue b/src/views/detections/overview/DetectionPerformanceEventIpOverview.vue
index 004f1837..3f04dea0 100644
--- a/src/views/detections/overview/DetectionPerformanceEventIpOverview.vue
+++ b/src/views/detections/overview/DetectionPerformanceEventIpOverview.vue
@@ -6,22 +6,22 @@
{{ detection.server_ip }}{{ detection.serverIp }}
- ’s rate of DNS query errors is abnormally high.
+ {{$t('detections.dnsQueryError')}}
- ’s rate of HTTP query errors is abnormally high.
+ {{$t('detections.httpQueryError')}}
- ’s average of DNS response time is abnormally high.
+ {{$t('detections.responseTime')}}
diff --git a/src/views/detections/overview/DetectionSecurityEventOverview.vue b/src/views/detections/overview/DetectionSecurityEventOverview.vue
index a4726b86..6a0e3402 100644
--- a/src/views/detections/overview/DetectionSecurityEventOverview.vue
+++ b/src/views/detections/overview/DetectionSecurityEventOverview.vue
@@ -11,7 +11,7 @@
>{{ detection.victimIp }}
- attempted to access a command&control server (C&C) indicated by
+ {{$t('detection.commandAndControl')}}
{{
detection.iocValue
@@ -24,8 +24,7 @@
>{{ detection.victimIp }}
- attempted to access a malware distribution server (payload
- delivery) indicated by
+ {{$t('detection.payloadAndDelivery')}}
{{
detection.iocValue