From 33e07fe64fb62822b4e41cc685bd144adbc23c14 Mon Sep 17 00:00:00 2001 From: poduck Date: Sun, 21 Dec 2025 23:47:13 -0500 Subject: [PATCH] Fix masquerade button i18n key references MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changed platform.masquerade to platform.masquerade.label since the translation key is now a nested object with multiple properties. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- frontend/src/pages/platform/PlatformBusinesses.tsx | 2 +- frontend/src/pages/platform/PlatformUsers.tsx | 2 +- .../src/pages/platform/__tests__/PlatformUsers.test.tsx | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/src/pages/platform/PlatformBusinesses.tsx b/frontend/src/pages/platform/PlatformBusinesses.tsx index f3a2bf96..40826519 100644 --- a/frontend/src/pages/platform/PlatformBusinesses.tsx +++ b/frontend/src/pages/platform/PlatformBusinesses.tsx @@ -113,7 +113,7 @@ const PlatformBusinesses: React.FC = ({ onMasquerade })