We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3779344 commit 2d7dc74Copy full SHA for 2d7dc74
LICENSE
@@ -1,6 +1,6 @@
1
MIT License
2
3
-Copyright (c) 2020 Michael Gribben
+Copyright (c) 2021 Michael Gribben
4
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
of this software and associated documentation files (the "Software"), to deal
frontend/src/components/SubmissionForm.js
@@ -173,7 +173,7 @@ class SubmissionForm extends React.Component {
173
<Form.Check
174
className="mt-3"
175
type="checkbox"
176
- label="Did all team members commence as Undergraduate students in 2020?"
+ label="Did all team members commence as Undergraduate students in 2021?"
177
onChange={event => {
178
this.setState({
179
firstYear: event.target.value === "on",
0 commit comments