webstaff: adjust add special/following issue modal title
authorGalen Charlton <gmc@equinoxinitiative.org>
Mon, 12 Jun 2017 15:11:29 +0000 (11:11 -0400)
committerGalen Charlton <gmc@equinoxinitiative.org>
Mon, 12 Jun 2017 15:11:29 +0000 (11:11 -0400)
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Open-ILS/src/templates/staff/serials/index.tt2
Open-ILS/web/js/ui/default/staff/serials/directives/view-items-grid.js

index 0696cc3..20b8994 100644 (file)
@@ -42,6 +42,7 @@ angular.module('egCoreMod').run(['egStrings', function(s) {
     s.SERIALS_EDIT_SISS_HC = "[% l('Edit issue information') %]";
     s.SERIALS_ISSUANCE_PREDICT = "[% l('Predict New Issues: Initial Values') %]";
     s.SERIALS_ISSUANCE_ADD = "[% l('Add following issue') %]";
+    s.SERIALS_SPECIAL_ISSUANCE_ADD = "[% l('Add special issue') %]";
 
     s.CONFIRM_DELETE_SUBSCRIPTION = "[% l('Delete selected subscription(s)?') %]";
     s.CONFIRM_DELETE_SUBSCRIPTION_MESSAGE = "[% l('Will delete {{count}} subscription(s)') %]";
index 329c7e1..2f7e298 100644 (file)
@@ -230,7 +230,7 @@ function($scope , $q , egSerialsCoreSvc , egCore , egGridDataProvider , orderByF
 
     $scope.add_special_issuance = function() {
         return egSerialsCoreSvc.new_holding_code({
-            title : egCore.strings.SERIALS_ISSUANCE_ADD,
+            title : egCore.strings.SERIALS_SPECIAL_ISSUANCE_ADD,
             can_change_adhoc : false,
             adhoc       : true
         }).then(function(hc) {