Skip to content

Commit

Permalink
Merge pull request #61 from onflow/copy-updates
Browse files Browse the repository at this point in the history
Update copy on accounts list and user signature page
  • Loading branch information
10thfloor authored Aug 27, 2021
2 parents 53495e7 + 73a3305 commit d99d991
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion components/AccountsList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export default function AccountsList({
<div>
<Box mb={4}>
<ConnectedAppHeader
description="Create an account below, or select an existing account, to log in as that account."
description="Select an existing account to log in or create a new account."
flowAccountAddress={flowAccountAddress}
avatarUrl={avatarUrl}
/>
Expand Down
4 changes: 2 additions & 2 deletions pages/fcl/user-sig.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,9 @@ export default function UserSign() {
>
<Themed.h1 sx={{textAlign: "center", mb: 0}}>Sign Message</Themed.h1>
<Themed.p sx={{textAlign: "center", mb: 4}}>
Please prove you have access to this wallet.
Please prove that you have access to this wallet.
<br />
This won’t cost you any Flow.
This won’t cost you any FLOW.
</Themed.p>
<Box mb={20}>
<AuthzDetailsTable>
Expand Down

0 comments on commit d99d991

Please sign in to comment.