Skip to content

Commit

Permalink
Merge pull request #420 from bettersg/bug/textual-errors
Browse files Browse the repository at this point in the history
fixed textual issues
  • Loading branch information
sarge1989 authored Aug 18, 2024
2 parents 375c74a + 194b487 commit 7e20495
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions checkers-app/src/components/dashboard/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@ export default function Dashboard() {
>
WhatsApp Bot
</a>
You need to submit at least ${programStats.numReportTarget}{" "}
messages
. You need to submit at least $
{programStats.numReportTarget} messages
</>
}
/>
Expand All @@ -157,7 +157,7 @@ export default function Dashboard() {
current={programStats.numReferrals}
target={programStats.numReferralTarget}
tooltip_header="Number of Referrals"
tooltip_description="Your accuracy for votes that did not end up as the unsure category"
tooltip_description="Number of people you have referred to join CheckMate"
referral_code={referralCode}
/>
)}
Expand All @@ -171,14 +171,14 @@ export default function Dashboard() {
>
Withdraw
</a>{" "}
to just perform the regular checking.
to participate in just the regular checking.
</Typography>
<Dialog open={dialogOpen} handler={handleOpen}>
<DialogHeader>Confirmation</DialogHeader>
<DialogHeader>Withdrawal Confirmation</DialogHeader>
<DialogBody>
Please confirm that you would like to withdraw from the program.
If you are keen to restart the program in the future, you can do
so at the menu bar accessible from the top right.
If you are keen to restart the program in future, you can do so at
the menu bar accessible from the top right.
</DialogBody>
<DialogFooter>
<Button
Expand Down

0 comments on commit 7e20495

Please sign in to comment.