Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
nit: phrasing
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian-dev28 committed Oct 10, 2023
1 parent 1f38563 commit 7fa4d51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/atoms/challenge-contract-form/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ function ChallengeContractForm({ address, id }: ChallengeFormProps) {
return (
<>
<strong>
Start the challenge to track your progress and submit ContractId.
Connect your wallet to track your progress and submit ContractId.
</strong>
<br />
</>
Expand Down
2 changes: 1 addition & 1 deletion src/components/atoms/start-challenge-button/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export default function StartChallengeButton({
onClick={isConnected ? startChallenge : connect}
disabled={isStarted || isLoading}
>
{isConnected ? "Start challenge" : "Connect to start challenge"}
{isConnected ? "Connected" : "Connect"}
</button>
);
}

0 comments on commit 7fa4d51

Please sign in to comment.