Skip to content

Commit 03c7e57

Browse files
committed
🐛 Fix the issue where the frontend still throws an exception after successfully batch modifying the model configuration #1439
comments revision
1 parent 32b4983 commit 03c7e57

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

frontend/public/locales/en/common.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@
562562
"model.dialog.error.connectivityRequired": "Please verify model connectivity and ensure connection is successful before adding the model",
563563
"model.dialog.error.addFailed": "Failed to add model",
564564
"model.dialog.error.addFailedLog": "Failed to add model",
565-
"model.dialog.error.noModelsFetched": "Please check your API key and network connectivity",
565+
"model.dialog.error.noModelsFetched": "Operation failed! Please check your API key and network connectivity",
566566
"model.dialog.message.noModels": "Please fetch models first",
567567
"model.dialog.success.updateSuccess": "Updated successfully",
568568
"model.dialog.editTitle": "Edit Model",

frontend/public/locales/zh/common.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@
562562
"model.dialog.error.connectivityRequired": "请先验证模型连通性且确保连接成功后再添加模型",
563563
"model.dialog.error.addFailed": "添加模型失败",
564564
"model.dialog.error.addFailedLog": "添加模型失败",
565-
"model.dialog.error.noModelsFetched": "请检查相关API Key以及网络连通性",
565+
"model.dialog.error.noModelsFetched": "操作失败!请检查相关API Key以及网络连通性",
566566
"model.dialog.message.noModels": "请先获取模型",
567567
"model.dialog.editTitle": "编辑模型",
568568
"model.dialog.editSuccess": "模型更新成功",

0 commit comments

Comments
 (0)