-
- {t("thread.promptNavigator.title")}
-
-
- {t("thread.promptNavigator.description", { count: prompts.length })}
-
+
+
+ {t("thread.promptNavigator.title")}
+
+
+ {prompts.length}
+
+
) : null}
diff --git a/webui/src/i18n/locales/en/common.json b/webui/src/i18n/locales/en/common.json
index f7e58b9b2..5a474d971 100644
--- a/webui/src/i18n/locales/en/common.json
+++ b/webui/src/i18n/locales/en/common.json
@@ -779,7 +779,6 @@
"promptNavigator": {
"open": "Open prompt navigator",
"title": "Prompts",
- "description": "{{count}} user prompts",
"search": "Search prompts",
"noResults": "No matching prompts.",
"jumpTo": "Jump to prompt: {{label}}",
diff --git a/webui/src/i18n/locales/es/common.json b/webui/src/i18n/locales/es/common.json
index 7364a0e7f..031af8860 100644
--- a/webui/src/i18n/locales/es/common.json
+++ b/webui/src/i18n/locales/es/common.json
@@ -779,7 +779,6 @@
"promptNavigator": {
"open": "Abrir navegador de prompts",
"title": "Prompts",
- "description": "{{count}} prompts del usuario",
"search": "Buscar prompts",
"noResults": "No hay prompts coincidentes.",
"jumpTo": "Ir al prompt: {{label}}",
diff --git a/webui/src/i18n/locales/fr/common.json b/webui/src/i18n/locales/fr/common.json
index 2bfb60621..af1d61659 100644
--- a/webui/src/i18n/locales/fr/common.json
+++ b/webui/src/i18n/locales/fr/common.json
@@ -779,7 +779,6 @@
"promptNavigator": {
"open": "Ouvrir le navigateur de prompts",
"title": "Prompts",
- "description": "{{count}} prompts utilisateur",
"search": "Rechercher des prompts",
"noResults": "Aucun prompt correspondant.",
"jumpTo": "Aller au prompt : {{label}}",
diff --git a/webui/src/i18n/locales/id/common.json b/webui/src/i18n/locales/id/common.json
index 572604212..c413c5630 100644
--- a/webui/src/i18n/locales/id/common.json
+++ b/webui/src/i18n/locales/id/common.json
@@ -779,7 +779,6 @@
"promptNavigator": {
"open": "Buka navigator prompt",
"title": "Prompt",
- "description": "{{count}} prompt pengguna",
"search": "Cari prompt",
"noResults": "Tidak ada prompt yang cocok.",
"jumpTo": "Lompat ke prompt: {{label}}",
diff --git a/webui/src/i18n/locales/ja/common.json b/webui/src/i18n/locales/ja/common.json
index 3dc516820..ebea72276 100644
--- a/webui/src/i18n/locales/ja/common.json
+++ b/webui/src/i18n/locales/ja/common.json
@@ -779,7 +779,6 @@
"promptNavigator": {
"open": "プロンプトナビゲーターを開く",
"title": "プロンプト",
- "description": "{{count}} 件のユーザープロンプト",
"search": "プロンプトを検索",
"noResults": "一致するプロンプトがありません。",
"jumpTo": "プロンプトへ移動: {{label}}",
diff --git a/webui/src/i18n/locales/ko/common.json b/webui/src/i18n/locales/ko/common.json
index b6fa630e5..b6bc9b31d 100644
--- a/webui/src/i18n/locales/ko/common.json
+++ b/webui/src/i18n/locales/ko/common.json
@@ -779,7 +779,6 @@
"promptNavigator": {
"open": "프롬프트 탐색기 열기",
"title": "프롬프트",
- "description": "사용자 프롬프트 {{count}}개",
"search": "프롬프트 검색",
"noResults": "일치하는 프롬프트가 없습니다.",
"jumpTo": "프롬프트로 이동: {{label}}",
diff --git a/webui/src/i18n/locales/vi/common.json b/webui/src/i18n/locales/vi/common.json
index f6d408f8d..a8f061829 100644
--- a/webui/src/i18n/locales/vi/common.json
+++ b/webui/src/i18n/locales/vi/common.json
@@ -779,7 +779,6 @@
"promptNavigator": {
"open": "Mở trình điều hướng prompt",
"title": "Prompt",
- "description": "{{count}} prompt của người dùng",
"search": "Tìm prompt",
"noResults": "Không có prompt phù hợp.",
"jumpTo": "Nhảy tới prompt: {{label}}",
diff --git a/webui/src/i18n/locales/zh-CN/common.json b/webui/src/i18n/locales/zh-CN/common.json
index 185f41b29..12ce5a0d4 100644
--- a/webui/src/i18n/locales/zh-CN/common.json
+++ b/webui/src/i18n/locales/zh-CN/common.json
@@ -779,7 +779,6 @@
"promptNavigator": {
"open": "打开输入导航",
"title": "输入列表",
- "description": "{{count}} 条用户输入",
"search": "搜索输入",
"noResults": "没有匹配的输入。",
"jumpTo": "跳转到输入:{{label}}",
diff --git a/webui/src/i18n/locales/zh-TW/common.json b/webui/src/i18n/locales/zh-TW/common.json
index b76ae0319..47efe6bf9 100644
--- a/webui/src/i18n/locales/zh-TW/common.json
+++ b/webui/src/i18n/locales/zh-TW/common.json
@@ -779,7 +779,6 @@
"promptNavigator": {
"open": "開啟輸入導覽",
"title": "輸入列表",
- "description": "{{count}} 則使用者輸入",
"search": "搜尋輸入",
"noResults": "沒有符合的輸入。",
"jumpTo": "跳到輸入:{{label}}",