Skip to content

Commit

Permalink
fix, #1034
Browse files Browse the repository at this point in the history
  • Loading branch information
hyifeng committed Sep 4, 2024
1 parent 0b946d4 commit b83b91c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next/components/postCreate/societyMemberHit.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ export default function SocietyMemberHit() {
return null;
}

return <Hint>You are not the society member</Hint>;
return <Hint>You are not a society member</Hint>;
}

0 comments on commit b83b91c

Please sign in to comment.