diff --git a/web/src/app/home/plugins/page.tsx b/web/src/app/home/plugins/page.tsx
index 6f56795a..c3acf723 100644
--- a/web/src/app/home/plugins/page.tsx
+++ b/web/src/app/home/plugins/page.tsx
@@ -20,7 +20,6 @@ import {
Box,
CircleCheck,
CircleX,
- Activity,
} from 'lucide-react';
import {
DropdownMenu,
@@ -703,28 +702,15 @@ function PluginListView() {
{boxStatus.profile}
- {boxStatus.available && (
- <>
-
-
- {t('plugins.boxSessions')}:
-
-
-
- {boxStatus.active_sessions ?? 0}
-
-
- {(boxStatus.recent_error_count ?? 0) > 0 && (
-
-
- {t('plugins.boxErrors')}:
-
-
- {boxStatus.recent_error_count}
-
-
- )}
- >
+ {(boxStatus.recent_error_count ?? 0) > 0 && (
+
+
+ {t('plugins.boxErrors')}:
+
+
+ {boxStatus.recent_error_count}
+
+
)}
) : (
diff --git a/web/src/i18n/locales/en-US.ts b/web/src/i18n/locales/en-US.ts
index 644d30e3..3cb7867f 100644
--- a/web/src/i18n/locales/en-US.ts
+++ b/web/src/i18n/locales/en-US.ts
@@ -473,7 +473,6 @@ const enUS = {
boxUnavailable: 'Unavailable',
boxBackend: 'Backend',
boxProfile: 'Profile',
- boxSessions: 'Sessions',
boxErrors: 'Errors',
boxStatusLoadFailed: 'Failed to load Box status',
failedToGetDebugInfo: 'Failed to get debug information',
diff --git a/web/src/i18n/locales/es-ES.ts b/web/src/i18n/locales/es-ES.ts
index decd5fe7..890bd188 100644
--- a/web/src/i18n/locales/es-ES.ts
+++ b/web/src/i18n/locales/es-ES.ts
@@ -485,7 +485,6 @@ const esES = {
boxUnavailable: 'No disponible',
boxBackend: 'Backend',
boxProfile: 'Perfil',
- boxSessions: 'Sesiones',
boxErrors: 'Errores',
boxStatusLoadFailed: 'Error al cargar el estado de Box',
failedToGetDebugInfo: 'Error al obtener la información de depuración',
diff --git a/web/src/i18n/locales/ja-JP.ts b/web/src/i18n/locales/ja-JP.ts
index 75813ee3..022569e8 100644
--- a/web/src/i18n/locales/ja-JP.ts
+++ b/web/src/i18n/locales/ja-JP.ts
@@ -478,7 +478,6 @@ const jaJP = {
boxUnavailable: '利用不可',
boxBackend: 'バックエンド',
boxProfile: 'プロファイル',
- boxSessions: 'セッション',
boxErrors: 'エラー',
boxStatusLoadFailed: 'Box ステータスの読み込みに失敗しました',
failedToGetDebugInfo: 'デバッグ情報の取得に失敗しました',
diff --git a/web/src/i18n/locales/ru-RU.ts b/web/src/i18n/locales/ru-RU.ts
index 69f538a9..aa7636bc 100644
--- a/web/src/i18n/locales/ru-RU.ts
+++ b/web/src/i18n/locales/ru-RU.ts
@@ -481,7 +481,6 @@ const ruRU = {
boxUnavailable: 'Недоступно',
boxBackend: 'Бэкенд',
boxProfile: 'Профиль',
- boxSessions: 'Сессии',
boxErrors: 'Ошибки',
boxStatusLoadFailed: 'Не удалось загрузить статус Box',
failedToGetDebugInfo: 'Не удалось получить отладочную информацию',
diff --git a/web/src/i18n/locales/th-TH.ts b/web/src/i18n/locales/th-TH.ts
index d3f1b8df..fcf6f6c6 100644
--- a/web/src/i18n/locales/th-TH.ts
+++ b/web/src/i18n/locales/th-TH.ts
@@ -468,7 +468,6 @@ const thTH = {
boxUnavailable: 'ไม่พร้อมใช้งาน',
boxBackend: 'แบ็กเอนด์',
boxProfile: 'โปรไฟล์',
- boxSessions: 'เซสชัน',
boxErrors: 'ข้อผิดพลาด',
boxStatusLoadFailed: 'โหลดสถานะ Box ล้มเหลว',
failedToGetDebugInfo: 'ไม่สามารถดึงข้อมูลดีบักได้',
diff --git a/web/src/i18n/locales/vi-VN.ts b/web/src/i18n/locales/vi-VN.ts
index 66363f19..83851b85 100644
--- a/web/src/i18n/locales/vi-VN.ts
+++ b/web/src/i18n/locales/vi-VN.ts
@@ -478,7 +478,6 @@ const viVN = {
boxUnavailable: 'Không khả dụng',
boxBackend: 'Backend',
boxProfile: 'Hồ sơ',
- boxSessions: 'Phiên',
boxErrors: 'Lỗi',
boxStatusLoadFailed: 'Tải trạng thái Box thất bại',
failedToGetDebugInfo: 'Lấy thông tin gỡ lỗi thất bại',
diff --git a/web/src/i18n/locales/zh-Hans.ts b/web/src/i18n/locales/zh-Hans.ts
index 6c1821d2..2ff50369 100644
--- a/web/src/i18n/locales/zh-Hans.ts
+++ b/web/src/i18n/locales/zh-Hans.ts
@@ -452,7 +452,6 @@ const zhHans = {
boxUnavailable: '不可用',
boxBackend: '后端',
boxProfile: '配置',
- boxSessions: '会话数',
boxErrors: '错误数',
boxStatusLoadFailed: '加载 Box 状态失败',
failedToGetDebugInfo: '获取调试信息失败',
diff --git a/web/src/i18n/locales/zh-Hant.ts b/web/src/i18n/locales/zh-Hant.ts
index 78a0e944..6109137d 100644
--- a/web/src/i18n/locales/zh-Hant.ts
+++ b/web/src/i18n/locales/zh-Hant.ts
@@ -453,7 +453,6 @@ const zhHant = {
boxUnavailable: '不可用',
boxBackend: '後端',
boxProfile: '設定檔',
- boxSessions: '工作階段',
boxErrors: '錯誤數',
boxStatusLoadFailed: '載入 Box 狀態失敗',
failedToGetDebugInfo: '取得偵錯資訊失敗',