From f5a45036102e85383cb173f70aee4551623af841 Mon Sep 17 00:00:00 2001 From: Junyan Qin Date: Mon, 9 Jun 2025 15:27:17 +0800 Subject: [PATCH] perf: add text comment on bot log button --- web/src/app/home/bots/components/bot-card/BotCard.tsx | 4 ++-- web/src/i18n/locales/en-US.ts | 1 + web/src/i18n/locales/zh-Hans.ts | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/web/src/app/home/bots/components/bot-card/BotCard.tsx b/web/src/app/home/bots/components/bot-card/BotCard.tsx index 67f470de..5d44a8d6 100644 --- a/web/src/app/home/bots/components/bot-card/BotCard.tsx +++ b/web/src/app/home/bots/components/bot-card/BotCard.tsx @@ -94,9 +94,8 @@ export default function BotCard({ }} /> diff --git a/web/src/i18n/locales/en-US.ts b/web/src/i18n/locales/en-US.ts index 3972377e..6540fd77 100644 --- a/web/src/i18n/locales/en-US.ts +++ b/web/src/i18n/locales/en-US.ts @@ -128,6 +128,7 @@ const enUS = { earlier: 'Earlier', dateFormat: '{{month}}/{{day}}', setBotEnableError: 'Failed to set bot enable status', + log: 'Log', }, plugins: { title: 'Plugins', diff --git a/web/src/i18n/locales/zh-Hans.ts b/web/src/i18n/locales/zh-Hans.ts index bd232d7e..ce86e8f0 100644 --- a/web/src/i18n/locales/zh-Hans.ts +++ b/web/src/i18n/locales/zh-Hans.ts @@ -126,6 +126,7 @@ const zhHans = { earlier: '更久之前', dateFormat: '{{month}}月{{day}}日', setBotEnableError: '设置机器人启用状态失败', + log: '日志', }, plugins: { title: '插件管理',