Skip to content

Commit

Permalink
chore: update department name in consent form
Browse files Browse the repository at this point in the history
  • Loading branch information
rschlaefli committed Jun 26, 2024
1 parent 0b3a81c commit 21bf62c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/ApplicationForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ export default function ApplicationForm({
<FormikSwitchField
name="allowUsage"
label="Allow Usage"
tooltip="I, hereby consent and grant the University of Zurich, represented by the Department of Banking and Finance, the rights of use to my written work and all artifacts under copyright protection created in the context of my academic work."
tooltip="I hereby consent and grant the University of Zurich, represented by the Department of Finance, the rights of use to my written work and all artifacts under copyright protection created in the context of my academic work."
standardLabel
required
size="sm"
Expand All @@ -256,7 +256,7 @@ export default function ApplicationForm({
<FormikSwitchField
name="allowPublication"
label="Allow Publication"
tooltip="I agree to allow the Department of Banking and Finance to publish my work in its entirety or in part on the Internet and distribute printed versions to interested parties."
tooltip="I agree to allow the Department of Finance to publish my work in its entirety or in part on the Internet and distribute printed versions to interested parties."
standardLabel
required
size="sm"
Expand Down

0 comments on commit 21bf62c

Please sign in to comment.