diff --git a/src/Form/RoblibIllLoanForm.php b/src/Form/RoblibIllLoanForm.php index f6653f9..dc876c0 100644 --- a/src/Form/RoblibIllLoanForm.php +++ b/src/Form/RoblibIllLoanForm.php @@ -384,7 +384,7 @@ Freedom of Information and Protection of Privacy Act and will be protected ]; $form['campus_id'] = [ '#type' => 'textfield', - '#title' => t('Your Campus ID'), + '#title' => t("Your UPEI ID# (enter as 7 digits e.g. enter 123456 as 0123456) Don't have a UPEI ID#? Enter the 14 digit barcode from your borrower's card."), '#size' => 50, '#required' => TRUE, ];