From 41c455fd5837aef89364100c5e495d2c2019de21 Mon Sep 17 00:00:00 2001 From: Caroline Cyr La Rose Date: Thu, 25 Jul 2024 12:15:22 -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 Signed-off-by: Laura_Escamilla Signed-off-by: Marcel de Rooy Signed-off-by: Katrin Fischer --- .../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..3db000432f 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 than just username/login and password, enter them here as YAML key/value pairs:" - pref: SMSSendAdditionalOptions type: textarea syntax: text/x-yaml -- 2.39.5