diff --git a/nezha-fronted/src/components/common/searchSelectInfo.js b/nezha-fronted/src/components/common/searchSelectInfo.js
index c0336e815..60f93a66f 100644
--- a/nezha-fronted/src/components/common/searchSelectInfo.js
+++ b/nezha-fronted/src/components/common/searchSelectInfo.js
@@ -350,13 +350,13 @@ export default {
silenceState: [
{
value: 1,
- label: this.$t('issue.open')
+ label: this.$t('silence.active')
}, {
value: 2,
- label: this.$t('issue.hasBeenAssigned')
+ label: this.$t('silence.pending')
}, {
value: 3,
- label: this.$t('issue.beingProcessed')
+ label: this.$t('silence.expired')
}
],
priority: [
diff --git a/nezha-fronted/src/components/common/table/alert/alertSilenceTable.vue b/nezha-fronted/src/components/common/table/alert/alertSilenceTable.vue
index b046e1c45..27c917dd5 100644
--- a/nezha-fronted/src/components/common/table/alert/alertSilenceTable.vue
+++ b/nezha-fronted/src/components/common/table/alert/alertSilenceTable.vue
@@ -81,13 +81,13 @@
active{{$t('silence.active')}}
pending{{$t('silence.pending')}}
expired{{$t('silence.expired')}}
@@ -180,130 +180,130 @@
diff --git a/nezha-fronted/src/components/page/alert/alertSilence.vue b/nezha-fronted/src/components/page/alert/alertSilence.vue
index fa38c87a9..479933bcb 100644
--- a/nezha-fronted/src/components/page/alert/alertSilence.vue
+++ b/nezha-fronted/src/components/page/alert/alertSilence.vue
@@ -109,153 +109,159 @@