fix(pixel-office): use i18n loading text for office overlay

This commit is contained in:
xmanrui
2026-03-02 23:25:05 +08:00
parent 277391f045
commit 48dbca4b6a
+1 -1
View File
@@ -1149,7 +1149,7 @@ export default function PixelOfficePage() {
{!officeReady && (
<div className="absolute inset-0 z-20 flex items-center justify-center bg-[#1a1a2e]/85 pointer-events-none">
<div className="px-4 py-2 rounded-lg border border-[var(--border)] bg-[var(--card)] text-sm text-[var(--text-muted)]">
...
{t('common.loading')}
</div>
</div>
)}