Skip to content

Commit

Permalink
Login -> log in
Browse files Browse the repository at this point in the history
  • Loading branch information
katspaugh committed May 27, 2024
1 parent ae4aa89 commit 6914af4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/common/SocialSigner/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ export const SocialSigner = ({ socialWalletService, wallet, onLogin, onRequirePa
}}
/>
<Box display="flex" flexDirection="row" alignItems="center" gap={1}>
<SvgIcon component={GoogleLogo} inheritViewBox fontSize="medium" /> Login with Google
<SvgIcon component={GoogleLogo} inheritViewBox fontSize="medium" /> Log in with Google
</Box>
</Button>
</Track>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const SocialSignerExport = () => {
</Button>
</Track>

{!socialWalletService && <Typography>Please login with your Google account first.</Typography>}
{!socialWalletService && <Typography>Please log in with your Google account first.</Typography>}
</Box>

<ExportMPCAccountModal onClose={() => setIsModalOpen(false)} open={isModalOpen} />
Expand Down

0 comments on commit 6914af4

Please sign in to comment.