From 3ecbe070c5cab727c6feef8764bbaf5f95071d06 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Mon, 17 Jun 2019 23:20:41 +0200 Subject: [PATCH] Bug 23098: Reword success message of KOC upload process When uploading KOC files the processing of transactions needs to happen in a separate second step. This is why the success message "Your file was processed" was found to be misleading. This patch changes it to the wording suggested by Benjamin Daeuber in the original bug report. Thx! To test: - Create a KOC file either manually or by downloading it from the plugin - Upload the KOC file into Koha using Circulation > Upload offline circulation file (.koc) - Verify the new message is clear and has no typos :) Signed-off-by: Mark Tompsett --- koha-tmpl/intranet-tmpl/prog/en/modules/offline_circ/enqueue_koc.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/offline_circ/enqueue_koc.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/offline_circ/enqueue_koc.tt index b93aeb59f3..69bfcc65dd 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/offline_circ/enqueue_koc.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/offline_circ/enqueue_koc.tt @@ -13,7 +13,7 @@

Koha offline circulation

-

Your file was processed.

+

Your file was uploaded. Once all files are uploaded, please process them in pending offline circulation actions.

[% FOREACH message IN messages %] [% IF ( message.message ) %] -- 2.11.0