diff --git a/src/Form/RoblibIllLoanForm.php b/src/Form/RoblibIllLoanForm.php index 95f939b..c927e1d 100644 --- a/src/Form/RoblibIllLoanForm.php +++ b/src/Form/RoblibIllLoanForm.php @@ -485,7 +485,10 @@ Freedom of Information and Protection of Privacy Act and will be protected $form['certify'] = [ '#title' => t('I certify'), '#type' => 'checkbox', - '#description' => 'I hereby certify that this item is being sought for a fair dealing purpose and any copying will be in accordance with the Copyright Act. ', + '#description' => 'I hereby certify that I am requesting this item for fair and legal purposes such as, but not + limited to, education, research, or private study. This request, and any further use I undertake, will be in + accordance with the Copyright Act of Canada and/or institutional policies and licenses where applicable. + For more information please contact ill@upei.ca. ', '#size' => 50, '#required' => TRUE, ];