Browse Source

changed ceritfy message string

9.x-1.0
Paul Pound 1 year ago
parent
commit
5168c5ae7f
  1. 5
      src/Form/RoblibIllLoanForm.php

5
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,
];

Loading…
Cancel
Save