From 81b00f7c1ed9d0cb905932e59bceb282e2df9762 Mon Sep 17 00:00:00 2001 From: Paul Pound Date: Wed, 16 Oct 2024 14:02:11 -0300 Subject: [PATCH] updated campus id form title --- src/Form/RoblibIllLoanForm.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, ];