diff --git a/web/app/components/base/chat/chat-with-history/config-panel/index.tsx b/web/app/components/base/chat/chat-with-history/config-panel/index.tsx
index cf12b35d0..f49dcbab0 100644
--- a/web/app/components/base/chat/chat-with-history/config-panel/index.tsx
+++ b/web/app/components/base/chat/chat-with-history/config-panel/index.tsx
@@ -134,7 +134,7 @@ const ConfigPanel = () => {
{site?.privacy_policy
?
{t('share.chat.privacyPolicyLeft')}
{t('share.chat.privacyPolicyMiddle')}
{t('share.chat.privacyPolicyRight')}
diff --git a/web/app/components/share/chat/welcome/index.tsx b/web/app/components/share/chat/welcome/index.tsx
index 6c431362d..adc58d8a6 100644
--- a/web/app/components/share/chat/welcome/index.tsx
+++ b/web/app/components/share/chat/welcome/index.tsx
@@ -357,7 +357,7 @@ const Welcome: FC
= ({
{siteInfo.privacy_policy
? {t('share.chat.privacyPolicyLeft')}
{t('share.chat.privacyPolicyMiddle')}
{t('share.chat.privacyPolicyRight')}
diff --git a/web/app/components/share/chatbot/welcome/index.tsx b/web/app/components/share/chatbot/welcome/index.tsx
index 0cf129887..240271d3b 100644
--- a/web/app/components/share/chatbot/welcome/index.tsx
+++ b/web/app/components/share/chatbot/welcome/index.tsx
@@ -358,7 +358,7 @@ const Welcome: FC
= ({
{siteInfo.privacy_policy
? {t('share.chat.privacyPolicyLeft')}
{t('share.chat.privacyPolicyMiddle')}
{t('share.chat.privacyPolicyRight')}
diff --git a/web/app/components/share/text-generation/index.tsx b/web/app/components/share/text-generation/index.tsx
index 1a88fcddd..21ff2b051 100644
--- a/web/app/components/share/text-generation/index.tsx
+++ b/web/app/components/share/text-generation/index.tsx
@@ -618,7 +618,7 @@ const TextGeneration: FC
= ({
ยท