Skip to content

Commit

Permalink
fix(components): update text in TopMenuAccount.tsx
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
omniwired committed Sep 14, 2023
1 parent b968b3c commit 999d130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/TopMenu/TopMenuAccount.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export const TopMenuAccount: React.FC = () => {
},
]}
>
{hovered ? "Coming Soon" : "Switch Account"}
{hovered ? "Coming Soon" : "Multisig mode"}
</BrandText>
<SVG source={chevronRightSVG} width={16} height={16} />
</FlexRow>
Expand Down

0 comments on commit 999d130

Please sign in to comment.