From 6e27a9c752c620d466124ea8939f22f9a342286d Mon Sep 17 00:00:00 2001 From: Paul Pound Date: Wed, 17 Jun 2026 09:53:41 -0300 Subject: [PATCH] updated language for patrons email --- 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 083b8e3..83eb532 100644 --- a/src/Form/RoblibIllLoanForm.php +++ b/src/Form/RoblibIllLoanForm.php @@ -489,7 +489,7 @@ Freedom of Information and Protection of Privacy Act and will be protected ]; $form['DeliveryAddress'] = [ '#type' => 'textfield', - '#title' => t('Your Email (If using an email address other than @upei.ca, enter that address in the Notes field as well.)'), + '#title' => t('Your Email'), '#size' => 50, '#required' => TRUE, ];