diff --git a/web/app/components/header/account-dropdown/index.tsx b/web/app/components/header/account-dropdown/index.tsx
index 4e8862e1a8..720260a307 100644
--- a/web/app/components/header/account-dropdown/index.tsx
+++ b/web/app/components/header/account-dropdown/index.tsx
@@ -103,7 +103,7 @@ export default function AppSelector({ isMobile }: IAppSelecotr) {
{t('common.userProfile.roadmapAndFeedback')}
diff --git a/web/i18n/en-US/common.ts b/web/i18n/en-US/common.ts
index e40a37b256..10d8191148 100644
--- a/web/i18n/en-US/common.ts
+++ b/web/i18n/en-US/common.ts
@@ -117,7 +117,7 @@ const translation = {
workspace: 'Workspace',
createWorkspace: 'Create Workspace',
helpCenter: 'Help',
- roadmapAndFeedback: 'Roadmap & Feedback',
+ roadmapAndFeedback: 'Feedback',
community: 'Community',
about: 'About',
logout: 'Log out',
diff --git a/web/i18n/fr-FR/common.ts b/web/i18n/fr-FR/common.ts
index fdbfd5be7e..3052d2a73d 100644
--- a/web/i18n/fr-FR/common.ts
+++ b/web/i18n/fr-FR/common.ts
@@ -117,7 +117,7 @@ const translation = {
workspace: 'Espace de travail',
createWorkspace: 'Créer un Espace de Travail',
helpCenter: 'Aide',
- roadmapAndFeedback: 'Feuille de route & Retour d\'information',
+ roadmapAndFeedback: 'Retour d\'information',
community: 'Communauté',
about: 'À propos',
logout: 'Se déconnecter',
diff --git a/web/i18n/ja-JP/common.ts b/web/i18n/ja-JP/common.ts
index a9853461b3..d1ffc3244d 100644
--- a/web/i18n/ja-JP/common.ts
+++ b/web/i18n/ja-JP/common.ts
@@ -117,7 +117,7 @@ const translation = {
workspace: 'ワークスペース',
createWorkspace: 'ワークスペースを作成',
helpCenter: 'ヘルプ',
- roadmapAndFeedback: 'ロードマップとフィードバック',
+ roadmapAndFeedback: 'フィードバック',
community: 'コミュニティ',
about: 'Difyについて',
logout: 'ログアウト',
diff --git a/web/i18n/pt-BR/common.ts b/web/i18n/pt-BR/common.ts
index c142b05fdd..dbcba1d460 100644
--- a/web/i18n/pt-BR/common.ts
+++ b/web/i18n/pt-BR/common.ts
@@ -117,7 +117,7 @@ const translation = {
workspace: 'Espaço de trabalho',
createWorkspace: 'Criar Espaço de Trabalho',
helpCenter: 'Ajuda',
- roadmapAndFeedback: 'Roadmap e Feedback',
+ roadmapAndFeedback: 'Feedback',
community: 'Comunidade',
about: 'Sobre',
logout: 'Sair',
diff --git a/web/i18n/uk-UA/common.ts b/web/i18n/uk-UA/common.ts
index ae622f723d..927cc04016 100644
--- a/web/i18n/uk-UA/common.ts
+++ b/web/i18n/uk-UA/common.ts
@@ -117,7 +117,7 @@ const translation = {
workspace: 'Робочий простір',
createWorkspace: 'Створити робочий простір',
helpCenter: 'Довідковий центр',
- roadmapAndFeedback: 'Дорожня карта та відгуки',
+ roadmapAndFeedback: 'відгуки',
community: 'Спільнота',
about: 'Про нас',
logout: 'Вийти',
diff --git a/web/i18n/vi-VN/common.ts b/web/i18n/vi-VN/common.ts
index ed130d8fa0..293b2f8f7f 100644
--- a/web/i18n/vi-VN/common.ts
+++ b/web/i18n/vi-VN/common.ts
@@ -117,7 +117,7 @@ const translation = {
workspace: 'Không gian làm việc',
createWorkspace: 'Tạo Không gian làm việc',
helpCenter: 'Trung tâm trợ giúp',
- roadmapAndFeedback: 'Lộ trình & Phản hồi',
+ roadmapAndFeedback: 'Phản hồi',
community: 'Cộng đồng',
about: 'Về chúng tôi',
logout: 'Đăng xuất',
diff --git a/web/i18n/zh-Hans/common.ts b/web/i18n/zh-Hans/common.ts
index 04f331cf89..ff7dbcd32f 100644
--- a/web/i18n/zh-Hans/common.ts
+++ b/web/i18n/zh-Hans/common.ts
@@ -117,7 +117,7 @@ const translation = {
workspace: '工作空间',
createWorkspace: '创建工作空间',
helpCenter: '帮助文档',
- roadmapAndFeedback: '产品路线图 & 用户反馈',
+ roadmapAndFeedback: '用户反馈',
community: '社区',
about: '关于',
logout: '登出',