From 5168c5ae7f944382a79766987268d3a926445891 Mon Sep 17 00:00:00 2001 From: Paul Pound Date: Thu, 10 Aug 2023 09:06:55 -0300 Subject: [PATCH] changed ceritfy message string --- src/Form/RoblibIllLoanForm.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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, ];