From 17c097a71eb886119cb75f86c18061445f57396c Mon Sep 17 00:00:00 2001
From: "Nicole C. Engard"
Date: Sun, 14 Oct 2012 10:19:15 -0400
Subject: [PATCH] Bug 8944: Fix invoices search wording
When the invoices page has no results it asks the user
to use the form on the left to search. This patch fixes the
wording to make it a bit clearer.
Signed-off-by: Owen Leonard
Signed-off-by: Paul Poulain
---
koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt
index c324882556..a04204e09b 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoices.tt
@@ -130,7 +130,7 @@ $(document).ready(function() {
[% END %]
[% ELSE %]
- Please fill in the form to the left to make a search.
+ Use the search form on the left to find invoices.
[% END %]
--
2.39.5