From: Kyle Huckins <khuckins@catalyte.io>
Date: Tue, 18 Feb 2020 18:43:37 +0000 (+0000)
Subject: lp1760193 - Action Rewording
X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=a63533f3ce0835f9c9c4d6ecff85ea90b47b6804;p=evergreen%2Fequinox.git

lp1760193 - Action Rewording

- Rename "Add Items to Bucket/Record Bucket" and
"Add Items/Item Records to Bucket" to "Add to Item/Record
Bucket"

Signed-off-by: Kyle Huckins <khuckins@catalyte.io>

	modified:   Open-ILS/src/templates/staff/cat/item/index.tt2
	modified:   Open-ILS/src/templates/staff/cat/item/t_list.tt2

Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
---

diff --git a/Open-ILS/src/templates/staff/cat/item/index.tt2 b/Open-ILS/src/templates/staff/cat/item/index.tt2
index 7444838205..cff1f5fcc9 100644
--- a/Open-ILS/src/templates/staff/cat/item/index.tt2
+++ b/Open-ILS/src/templates/staff/cat/item/index.tt2
@@ -89,8 +89,8 @@
         <span>[% l('Actions') %]</span><span class="caret"></span>
       </button>
       <ul uib-dropdown-menu class="scrollable-menu dropdown-menu-right">
-        <li><a href ng-click="add_copies_to_bucket()">[% l('Add Items to Bucket') %]</a></li>
-        <li><a href ng-click="add_records_to_bucket()">[% l('Add Items to Record Bucket') %]</a></li>
+        <li><a href ng-click="add_copies_to_bucket()">[% l('Add to Item Bucket') %]</a></li>
+        <li><a href ng-click="add_records_to_bucket()">[% l('Add to Record Bucket') %]</a></li>
         <li><a href ng-click="show_in_catalog()">[% l('Show in Catalog') %]</a></li>
         <li><a href ng-click="make_copies_bookable()">[% l('Make Items Bookable') %]</a></li>
         <li><a href ng-click="book_copies_now()">[% l('Book Item Now') %]</a></li>
diff --git a/Open-ILS/src/templates/staff/cat/item/t_list.tt2 b/Open-ILS/src/templates/staff/cat/item/t_list.tt2
index 64e88a7eb3..ca61728a29 100644
--- a/Open-ILS/src/templates/staff/cat/item/t_list.tt2
+++ b/Open-ILS/src/templates/staff/cat/item/t_list.tt2
@@ -11,9 +11,9 @@
   dateformat="{{$root.egDateAndTimeFormat}}">
 
   <eg-grid-action handler="add_copies_to_bucket"
-    label="[% l('Add Items to Bucket') %]"></eg-grid-action>
+    label="[% l('Add to Item Bucket') %]"></eg-grid-action>
   <eg-grid-action handler="add_records_to_bucket"
-    label="[% l('Add Item Records to Bucket') %]"></eg-grid-action>
+    label="[% l('Add to Record Bucket') %]"></eg-grid-action>
   <eg-grid-action handler="show_in_catalog"
     label="[% l('Show in Catalog') %]"></eg-grid-action>
   <eg-grid-action handler="make_copies_bookable"