Skip to content

Commit 2d7dc74

Browse files
committed
updated for 2021
1 parent 3779344 commit 2d7dc74

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2020 Michael Gribben
3+
Copyright (c) 2021 Michael Gribben
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

frontend/src/components/SubmissionForm.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ class SubmissionForm extends React.Component {
173173
<Form.Check
174174
className="mt-3"
175175
type="checkbox"
176-
label="Did all team members commence as Undergraduate students in 2020?"
176+
label="Did all team members commence as Undergraduate students in 2021?"
177177
onChange={event => {
178178
this.setState({
179179
firstYear: event.target.value === "on",

0 commit comments

Comments
 (0)