diff --git a/frontend/src/components/Main.vue b/frontend/src/components/Main.vue
index a9052b3..2044605 100644
--- a/frontend/src/components/Main.vue
+++ b/frontend/src/components/Main.vue
@@ -95,7 +95,7 @@
- S-UI Logs
+ {{ $t('basic.log.title') + " - S-UI" }}
@@ -112,7 +112,7 @@
{{ $t('no') }}
- Sing-Box Logs
+ {{ $t('basic.log.title') + " - Sing-Box" }}
diff --git a/frontend/src/layouts/modals/Logs.vue b/frontend/src/layouts/modals/Logs.vue
index 3340391..05b4588 100644
--- a/frontend/src/layouts/modals/Logs.vue
+++ b/frontend/src/layouts/modals/Logs.vue
@@ -2,7 +2,13 @@
- {{ (logType == 's-ui'? "S-UI" : "Sing-Box") + " logs" }}
+
+ {{ $t('basic.log.title') + " - " + (logType == 's-ui'? "S-UI" : "Sing-Box") }}
+
+
+
+
+
@@ -10,7 +16,7 @@
@@ -19,7 +25,7 @@
@@ -37,16 +43,6 @@
-
-
-
- {{ $t('actions.close') }}
-
-