From: Galen Charlton <gmc@equinoxinitiative.org>
Date: Mon, 18 Feb 2019 19:17:29 +0000 (-0500)
Subject: LP#1802594: (follow-up) avoid a regression on "Copy" => "Item"
X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=28e35b438adc9d871f64a2f207ee3170ec96fe24;p=evergreen%2Fjoelewis.git

LP#1802594: (follow-up) avoid a regression on "Copy" => "Item"

Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
---

diff --git a/Open-ILS/src/templates/staff/t_splash.tt2 b/Open-ILS/src/templates/staff/t_splash.tt2
index 9cb3356a97..0465dc6632 100644
--- a/Open-ILS/src/templates/staff/t_splash.tt2
+++ b/Open-ILS/src/templates/staff/t_splash.tt2
@@ -54,7 +54,7 @@
           </div>
           <div>
             <img src="[% ctx.media_prefix %]/images/portal/bucket.png" alt="" role="presentation"/>
-            <a target="_self" href="./cat/bucket/copy/">[% l('Copy Buckets') %]</a>
+            <a target="_self" href="./cat/bucket/copy/">[% l('Item Buckets') %]</a>
           </div>
         </div>
       </div>