From a7a5c6f4cb984b7e835342435c9d128d29213f1e Mon Sep 17 00:00:00 2001 From: Yi Date: Fri, 15 Nov 2024 16:09:04 +0800 Subject: [PATCH] fix: update the upgrade button text content in the header --- web/app/components/header/index.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/app/components/header/index.tsx b/web/app/components/header/index.tsx index 425834d7b9..8f44bf6eae 100644 --- a/web/app/components/header/index.tsx +++ b/web/app/components/header/index.tsx @@ -76,7 +76,7 @@ const Header = () => {
- {t('billing.upgradeBtn.encourage')} + {t('billing.upgradeBtn.encourageShort')}
@@ -98,7 +98,7 @@ const Header = () => {
- {t('billing.upgradeBtn.encourage')} + {t('billing.upgradeBtn.encourageShort')}
@@ -115,7 +115,7 @@ const Header = () => { {!isCurrentWorkspaceDatasetOperator && } )} -
+