From 0f403154c66f4448cdca92737b3d3ede5fd2faf4 Mon Sep 17 00:00:00 2001
From: Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com>
Date: Mon, 13 Mar 2023 15:32:38 -0400
Subject: [PATCH] Bug 33191: AutoEmailPrimaryAddress options don't match labels
 in memberentry
Content-Type: text/plain; charset=utf-8

This patch changes the wording for the EmailFieldPrimary system
preference to make it clearer.

To test:
1. Go to Administration > Global system preferences
2. Search for EmailFieldPrimary
3. Read the sentence and choices, make sure it makes sense, grammar and
   spelling are correct
4. Optionally, try the different options, they should work as before

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
---
 .../prog/en/modules/admin/preferences/patrons.pref | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref
index 2380260d75..01c75a22bf 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref
@@ -173,16 +173,16 @@ Patrons:
                0: "Don't send"
          - email receipts to patrons for payments and writeoffs.
      -
-         - "Use"
+         - "Use the patron's"
          - pref: EmailFieldPrimary
            default: "OFF"
            choices:
-               email: home
-               emailpro: work
-               B_email: alternate
-               cardnumber: cardnumber as
-               "OFF": first valid
-         - "patron email address for sending out emails."
+               email: primary email
+               emailpro: secondary email
+               B_email: alternate email
+               cardnumber: cardnumber
+               "OFF": first valid email address
+         - 'for sending out email notices.'
      -
          - pref: TalkingTechItivaPhoneNotification
            choices:
-- 
2.30.2