From 999d1300d9d7bfb79a8aa2f551e7cec59a66b99f Mon Sep 17 00:00:00 2001 From: "Eng. Juan Combetto" Date: Thu, 14 Sep 2023 15:48:44 +0900 Subject: [PATCH] fix(components): update text in TopMenuAccount.tsx - Update text from "Switch Account" to "Multisig mode" in TopMenuAccount.tsx file. This change is made to improve clarity and accuracy in the UI. Issue: fix/omnifixes --- packages/components/TopMenu/TopMenuAccount.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/components/TopMenu/TopMenuAccount.tsx b/packages/components/TopMenu/TopMenuAccount.tsx index a999dbb43f..f9af06e1e0 100644 --- a/packages/components/TopMenu/TopMenuAccount.tsx +++ b/packages/components/TopMenu/TopMenuAccount.tsx @@ -41,7 +41,7 @@ export const TopMenuAccount: React.FC = () => { }, ]} > - {hovered ? "Coming Soon" : "Switch Account"} + {hovered ? "Coming Soon" : "Multisig mode"}