Bug 27469: (follow-up) Correct terminology
authorOwen Leonard <oleonard@myacpl.org>
Wed, 20 Jan 2021 14:02:43 +0000 (14:02 +0000)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 22 Jan 2021 13:59:27 +0000 (14:59 +0100)
We should use "vendor" instead of "bookseller."

https://wiki.koha-community.org/wiki/Terminology

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt

index 70af3ae..28567bd 100644 (file)
                     [% END %]
                     </ul>
                 </div>
-                <a href="booksellers.pl">Go back to booksellers page</a>
+                <a href="booksellers.pl">Go back to vendor page</a>
             [% ELSE %]
                 <a href="/cgi-bin/koha/acqui/booksellers.pl?booksellerid=[% booksellerid | uri %]" class="btn btn-default btn-sm">Show baskets for vendor [% booksellername | html %]</a> <a href="/cgi-bin/koha/acqui/booksellers.pl" class="btn btn-default btn-sm">Show all active baskets</a>
             [% END %]