From 05df0739950c7aace38282dfd0928d732a2b94f7 Mon Sep 17 00:00:00 2001 From: xmanrui <841206367@qq.com> Date: Thu, 26 Feb 2026 21:51:51 +0800 Subject: [PATCH] fix: rename pixel office title to OpenClaw Agents Office --- lib/i18n.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/i18n.tsx b/lib/i18n.tsx index 41228bb..2067769 100644 --- a/lib/i18n.tsx +++ b/lib/i18n.tsx @@ -207,7 +207,7 @@ const translations: Record> = { "gateway.fetchError": "无法检查 Gateway 状态", // pixel office - "pixelOffice.title": "OpenClaw Agents 两室一厅办公室", + "pixelOffice.title": "OpenClaw Agents办公室", "pixelOffice.editMode": "编辑布局", "pixelOffice.exitEdit": "退出编辑", "pixelOffice.save": "保存", @@ -427,7 +427,7 @@ const translations: Record> = { "gateway.fetchError": "Cannot check Gateway status", // pixel office - "pixelOffice.title": "OpenClaw Agents Two-Room Office", + "pixelOffice.title": "OpenClaw Agents Office", "pixelOffice.editMode": "Edit Layout", "pixelOffice.exitEdit": "Exit Edit", "pixelOffice.save": "Save",