Skip to content

Commit

Permalink
Merge pull request #440 from bettersg/feat/updated-unsure-wording
Browse files Browse the repository at this point in the history
amended unsure wording
  • Loading branch information
sarge1989 authored Sep 1, 2024
2 parents 9d09d98 + d1e5f02 commit 092c7e6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions checkers-app/src/components/vote/VoteCategories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,15 @@ const CATEGORIES = [
name: "incorrect",
icon: <CheckCircleIcon className="h-7 w-7" />,
display: "Incorrect Usage",
description: "User trying to chat or send in queries",
description:
"User trying to chat, addressing CheckMate, or sending in queries",
},
{
name: "unsure",
icon: <QuestionMarkCircleIcon className="h-7 w-7" />,
display: "Unsure",
description: "Insufficient information to assess",
description:
"Either (i) Needs more information from sender to assess, or (ii) a search of publicly available information yields no useful results",
},
{
name: "pass",
Expand Down

0 comments on commit 092c7e6

Please sign in to comment.