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 <oleonard@myacpl.org>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
This commit is contained in:
Nicole C. Engard 2012-10-14 10:19:15 -04:00 committed by Paul Poulain
parent c76d6fe3f1
commit 17c097a71e

View file

@ -130,7 +130,7 @@ $(document).ready(function() {
</p>
[% END %]<!-- results_loop -->
[% ELSE %]
<p>Please fill in the form to the left to make a search.</p>
<p>Use the search form on the left to find invoices.</p>
[% END %]<!-- do_search -->
</div>
</div>