Skip to content

Commit bc0ceb3

Browse files
committed
rating help text
1 parent a20a551 commit bc0ceb3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/components/pages/read-only-project.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export const ReadOnlyProject = ({ project }: { project: ProjectDTO }) => {
4545
</div>
4646
<div>
4747
<h2 style={{ marginTop: "4rem" }}>Rate this Project</h2>
48-
Hover the criterion for more information. Rate criteria high, if you
48+
Hover criteria for more information. Rate a criterion high, if you
4949
think the project did well in this regard.
5050
{criteria.map((criterion) => (
5151
<RatingForm

0 commit comments

Comments
 (0)