diff --git a/frontend/src/business/components/settings/system/SystemParameterSetting.vue b/frontend/src/business/components/settings/system/SystemParameterSetting.vue
index 904593e411..40decd2c3a 100644
--- a/frontend/src/business/components/settings/system/SystemParameterSetting.vue
+++ b/frontend/src/business/components/settings/system/SystemParameterSetting.vue
@@ -14,7 +14,7 @@
-
+
diff --git a/frontend/src/i18n/en-US.js b/frontend/src/i18n/en-US.js
index 69fd212621..f748dc4f1e 100644
--- a/frontend/src/i18n/en-US.js
+++ b/frontend/src/i18n/en-US.js
@@ -1501,6 +1501,7 @@ export default {
format: "Output format",
},
auth_source: {
- delete_prompt: 'This operation will delete the authentication source, do you want to continue? '
+ delete_prompt: 'This operation will delete the authentication source, do you want to continue? ',
+ title: 'Auth Source'
}
};
diff --git a/frontend/src/i18n/zh-CN.js b/frontend/src/i18n/zh-CN.js
index 1b3830c336..5d2cb4c6fa 100644
--- a/frontend/src/i18n/zh-CN.js
+++ b/frontend/src/i18n/zh-CN.js
@@ -1504,6 +1504,7 @@ export default {
format: "输出格式",
},
auth_source: {
- delete_prompt: '此操作会删除认证源,是否继续?'
+ delete_prompt: '此操作会删除认证源,是否继续?',
+ title: '认证设置'
}
};
diff --git a/frontend/src/i18n/zh-TW.js b/frontend/src/i18n/zh-TW.js
index fd694cfe3a..a9db8d01a5 100644
--- a/frontend/src/i18n/zh-TW.js
+++ b/frontend/src/i18n/zh-TW.js
@@ -1502,6 +1502,7 @@ export default {
format: "輸出格式",
},
auth_source: {
- delete_prompt: '此操作會刪除認證源,是否繼續? '
+ delete_prompt: '此操作會刪除認證源,是否繼續? ',
+ title: '認證設置'
}
};