Skip to content

Commit

Permalink
fix(Models): fixed zh-Hans toast message when edit model succeeded
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfrankz committed Sep 20, 2024
1 parent 8a0e0fc commit 1b89291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/i18n/locales/zh-Hans/page-models.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"message": {
"no-model": "你还没有创建任何模型",
"add-model": "立即创建",
"update-model-success": "已创建模型",
"update-model-success": "已更新模型",
"delete-model-success": "已删除模型",
"delete-model-error": "删除模型失败: {{errorMsg}}",
"create-model-tips": "填写你的$t(generic:model:{{provider}}) API信息。",
Expand Down

0 comments on commit 1b89291

Please # to comment.