From 1b42cef71bd9f412807f6e7040ba9d8ef7b8f679 Mon Sep 17 00:00:00 2001 From: Kyle M Hall Date: Mon, 24 Aug 2020 13:21:26 -0400 Subject: [PATCH] Bug 23682: (QA follow-up) Fix typo in syspref description --- .../prog/en/modules/admin/preferences/acquisitions.pref | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/acquisitions.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/acquisitions.pref index 3e7bfa4558..043472f56f 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/acquisitions.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/acquisitions.pref @@ -129,4 +129,4 @@ Acquisitions: choices: automatic: "Do" manual: "Don't" - - " automatically import EDIFACT invoice message file when they are downloaded." + - " automatically import EDIFACT invoice message files when they are downloaded." -- 2.24.1 (Apple Git-126)