LP#1787479: Missed a spine/pocket label change
authorKathy Lussier <klussier@masslnc.org>
Sat, 17 Nov 2018 17:44:36 +0000 (12:44 -0500)
committerKathy Lussier <klussier@masslnc.org>
Sat, 17 Nov 2018 17:44:36 +0000 (12:44 -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 a269208..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"
         },
@@ -912,4 +912,4 @@ function getPrintLabelOutputClass(index, settings) {
 
 function getPrintLabelStyle(index, settings) {
     return index > 0 && (index % settings.page.label.set.size === 0) ? settings.page.label.gap.size : "";
-}
\ No newline at end of file
+}