diff --git a/index.html b/index.html
index 42eed15..d31b83f 100644
--- a/index.html
+++ b/index.html
@@ -1,7 +1,8 @@
-
+
+
CLI Proxy API Management Center
diff --git a/src/main.tsx b/src/main.tsx
index 530bfc6..e8f9bcc 100644
--- a/src/main.tsx
+++ b/src/main.tsx
@@ -5,6 +5,8 @@ import { INLINE_LOGO_JPEG } from '@/assets/logoInline';
import App from './App.tsx';
document.title = 'CLI Proxy API Management Center';
+document.documentElement.setAttribute('translate', 'no');
+document.documentElement.classList.add('notranslate');
const faviconEl = document.querySelector('link[rel="icon"]');
if (faviconEl) {