Skip to content

Commit 658d740

Browse files
author
smallstone
committed
Update message avatar tooltip labels
1 parent 7df603a commit 658d740

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/views/components/MessageAvatar/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ const MessageAvatar = observer((props: IProps) => {
7272
>
7373
<Tooltip
7474
sx={{ padding: "3px", fontSize: "var(--vscode-editor-font-size)" }}
75-
label={done ? "Refilled" : "Refill prompt"}
75+
label={done ? t("Refilled") : t("Refill prompt")}
7676
withArrow
7777
position="left"
7878
color="gray"

src/views/i18n/zh.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"Copied": "已复制",
44
"Copy message": "复制",
55
"Refilled": "已发送",
6-
"Refill message": "再次发送",
6+
"Refill prompt": "再次发送",
77
"User": "用户",
88
"Ask DevChat a question or type ‘/’ for workflow": "向 DevChat 提问或输入 '/' 以查看工作流",
99
"How do I use DevChat?": "如何使用 DevChat?",

0 commit comments

Comments
 (0)