- {{ $t("Paused") }}
+ {{ $t("filterActivePaused") }}
{{ $root.stats.pause }}
diff --git a/src/lang/en.json b/src/lang/en.json
index bc4f9ce3..ceafe06c 100644
--- a/src/lang/en.json
+++ b/src/lang/en.json
@@ -155,6 +155,8 @@
"Disable 2FA": "Disable 2FA",
"2FA Settings": "2FA Settings",
"Two Factor Authentication": "Two Factor Authentication",
+ "filterActive": "Active",
+ "filterActivePaused": "Paused",
"Active": "Active",
"Inactive": "Inactive",
"Token": "Token",
diff --git a/src/lang/zh-HK.json b/src/lang/zh-HK.json
index fd5d35e3..aa43caa5 100644
--- a/src/lang/zh-HK.json
+++ b/src/lang/zh-HK.json
@@ -139,6 +139,8 @@
"Disable 2FA": "關閉 2FA",
"2FA Settings": "2FA 設定",
"Two Factor Authentication": "雙重認證",
+ "filterActive": "執行狀態",
+ "filterActivePaused": "已暫停",
"Active": "生效",
"Inactive": "未生效",
"Token": "Token",