From c94dc95526afbedf56f4e96ab8c89b87d1e2eb86 Mon Sep 17 00:00:00 2001 From: Caroline Cyr La Rose Date: Wed, 24 Jul 2024 15:16:36 -0400 Subject: [PATCH] Bug 37461: Typo in SMSSendAdditionalOptions description This patch correct a typo in the SMSSendAdditionalOptions system preference description. To test: 1. Apply patch 2. Go to Administration > System preferences 3. Search for SMSSendAdditionalOptions 4. Read the description, make sure there are no spelling or grammar error --- .../prog/en/modules/admin/preferences/patrons.pref | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 1f434a54cd..94d2797708 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 @@ -252,7 +252,7 @@ Patrons: - pref: EmailSMSSendDriverFromAddress class: email - "for emails sent using \"Email\" send driver." - - "If the SMS::Send driver requires more options that just username/login and password, entire them here as YAML key/value pairs:" + - "If the SMS::Send driver requires more options that just username/login and password, enter them here as YAML key/value pairs:" - pref: SMSSendAdditionalOptions type: textarea syntax: text/x-yaml -- 2.34.1