From 28e35b438adc9d871f64a2f207ee3170ec96fe24 Mon Sep 17 00:00:00 2001 From: Galen Charlton <gmc@equinoxinitiative.org> Date: Mon, 18 Feb 2019 14:17:29 -0500 Subject: [PATCH] LP#1802594: (follow-up) avoid a regression on "Copy" => "Item" Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org> --- Open-ILS/src/templates/staff/t_splash.tt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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> -- 2.11.0