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 cf12b35d08..f49dcbab00 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 6c431362dc..adc58d8a63 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 0cf1298873..240271d3b5 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 1a88fcddd4..21ff2b051a 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
= ({
ยท