From 719b8ffc7e6cac0747b082ed9d54c9f1477d8760 Mon Sep 17 00:00:00 2001 From: Suhaha Date: Wed, 4 Dec 2024 11:57:51 +0800 Subject: [PATCH] chore: update ask ai button (#560) --- src/components/Layout/HeaderAction.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/Layout/HeaderAction.tsx b/src/components/Layout/HeaderAction.tsx index eda11b8d6..456b9fa0c 100644 --- a/src/components/Layout/HeaderAction.tsx +++ b/src/components/Layout/HeaderAction.tsx @@ -84,6 +84,7 @@ export default function HeaderAction(props: { {language === "en" && showTiDBAIButton && ( } disabled={initializingTiDBAI} @@ -100,7 +101,7 @@ export default function HeaderAction(props: { }); }} > - Ask TiDB.ai + Ask AI )}