diff --git a/src/components/ConfigureNodeFormModal/TuicForm.tsx b/src/components/ConfigureNodeFormModal/TuicForm.tsx
index ca65818d..0090a0d4 100644
--- a/src/components/ConfigureNodeFormModal/TuicForm.tsx
+++ b/src/components/ConfigureNodeFormModal/TuicForm.tsx
@@ -49,7 +49,14 @@ export const TuicForm = ({ onLinkGeneration }: { onLinkGeneration: (link: string
-
+
diff --git a/src/i18n/locales/en.json b/src/i18n/locales/en.json
index abba6006..4f37dc12 100644
--- a/src/i18n/locales/en.json
+++ b/src/i18n/locales/en.json
@@ -41,6 +41,7 @@
"collapse": "collapse",
"config": "Config",
"configureNode": {
+ "congestionControl": "Congestion Control",
"dtlsObfuscation": "Obfuscated as DTLS1.2 Packets",
"forceTLS": "forcibly TLS on",
"host": "Host",
diff --git a/src/i18n/locales/zh-Hans.json b/src/i18n/locales/zh-Hans.json
index 7564a58e..d09b715d 100644
--- a/src/i18n/locales/zh-Hans.json
+++ b/src/i18n/locales/zh-Hans.json
@@ -41,6 +41,7 @@
"collapse": "折叠",
"config": "配置",
"configureNode": {
+ "congestionControl": "拥堵控制算法",
"dtlsObfuscation": "伪装为 DTLS1.2 数据包",
"forceTLS": "强制开启 TLS",
"host": "主机地址",