mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-08-10 04:53:58 +08:00
feat: close #2136 click avatar to edit message
This commit is contained in:
@@ -29,6 +29,7 @@ const cn = {
|
||||
PinToastContent: "已将 2 条对话固定至预设提示词",
|
||||
PinToastAction: "查看",
|
||||
Delete: "删除",
|
||||
Edit: "编辑",
|
||||
},
|
||||
Commands: {
|
||||
new: "新建聊天",
|
||||
|
@@ -30,6 +30,7 @@ const en: LocaleType = {
|
||||
PinToastContent: "Pinned 2 messages to contextual prompts",
|
||||
PinToastAction: "View",
|
||||
Delete: "Delete",
|
||||
Edit: "Edit",
|
||||
},
|
||||
Commands: {
|
||||
new: "Start a new chat",
|
||||
|
Reference in New Issue
Block a user