From 4aa7d25ce427ffe73e2f3e5ae495e04d6f0c6bf1 Mon Sep 17 00:00:00 2001
From: Devinim <kohadevinim@devinim.com.tr>
Date: Thu, 16 Apr 2020 11:09:54 +0000
Subject: [PATCH] Bug 25138: (follow-up) Terminology: Point of sale should use
 library instead of branch

---
 koha-tmpl/intranet-tmpl/prog/en/modules/pos/register.tt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/pos/register.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/pos/register.tt
index 2d4bd818e2..2d96682a2f 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/pos/register.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/pos/register.tt
@@ -24,7 +24,7 @@
 
             [% IF ( error_registers ) %]
             <div id="error_message" class="dialog alert">
-                You must have at least one cash register associated with this branch before you can record payments.
+                You must have at least one cash register associated with this library before you can record payments.
             </div>
             [% ELSE %]
 
-- 
2.11.0