LP#1787479: Missed a spine/pocket label change
authorKathy Lussier <klussier@masslnc.org>
Sat, 17 Nov 2018 17:44:36 +0000 (12:44 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Thu, 10 Jan 2019 13:34:34 +0000 (08:34 -0500)
Replacing Label 1 and Label 2 labels with Spine and Pocket in the js file.

Signed-off-by: Kathy Lussier <klussier@masslnc.org>
Open-ILS/web/js/ui/default/staff/cat/printlabels/app.js

index f798f4c..1e83afa 100644 (file)
@@ -117,8 +117,8 @@ function ($scope, $q, $window, $routeParams, $location, $timeout, egCore, egNet,
         },
         mode: {
             options: [
-                { label: "Label 1 Only", value: "spine-only" },
-                { label: "Labels 1 & 2", value: "spine-pocket" }
+                { label: "Spine Label", value: "spine-only" },
+                { label: "Pocket Label", value: "spine-pocket" }
             ],
             selected: "spine-pocket"
         },