From c88c00f66d7c2f23211d71d0d63b47dd9743f4d7 Mon Sep 17 00:00:00 2001 From: Kathy Lussier Date: Sat, 17 Nov 2018 12:44:36 -0500 Subject: [PATCH] LP#1787479: Missed a spine/pocket label change Replacing Label 1 and Label 2 labels with Spine and Pocket in the js file. Signed-off-by: Kathy Lussier --- Open-ILS/web/js/ui/default/staff/cat/printlabels/app.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Open-ILS/web/js/ui/default/staff/cat/printlabels/app.js b/Open-ILS/web/js/ui/default/staff/cat/printlabels/app.js index a2692088a0..1e83afa994 100644 --- a/Open-ILS/web/js/ui/default/staff/cat/printlabels/app.js +++ b/Open-ILS/web/js/ui/default/staff/cat/printlabels/app.js @@ -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 +} -- 2.11.0