We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a20a551 commit bc0ceb3Copy full SHA for bc0ceb3
1 file changed
frontend/src/components/pages/read-only-project.tsx
@@ -45,7 +45,7 @@ export const ReadOnlyProject = ({ project }: { project: ProjectDTO }) => {
45
</div>
46
<div>
47
<h2 style={{ marginTop: "4rem" }}>Rate this Project</h2>
48
- Hover the criterion for more information. Rate criteria high, if you
+ Hover criteria for more information. Rate a criterion high, if you
49
think the project did well in this regard.
50
{criteria.map((criterion) => (
51
<RatingForm
0 commit comments