From: Bill Erickson Date: Wed, 23 May 2018 15:03:54 +0000 (-0400) Subject: LP#1750894 Recover semicolon X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=cb708dca9eaee163fb99c171ccd135e44ae62d9e;p=working%2FEvergreen.git LP#1750894 Recover semicolon Signed-off-by: Bill Erickson --- diff --git a/Open-ILS/src/templates/staff/admin/workstation/index.tt2 b/Open-ILS/src/templates/staff/admin/workstation/index.tt2 index 97472cf01c..3f34c1f9fd 100644 --- a/Open-ILS/src/templates/staff/admin/workstation/index.tt2 +++ b/Open-ILS/src/templates/staff/admin/workstation/index.tt2 @@ -24,7 +24,7 @@ angular.module('egCoreMod').run(['egStrings', function(s) { s.HATCH_SETTINGS_MIGRATION_SUCCESS = "[% l('Settings successfully migrated') %]"; s.HATCH_SETTINGS_MIGRATION_FAILURE = "[% l('Settings migration failed') %]"; s.HATCH_SERVER_SETTINGS_MIGRATION_CONFIRM = - "[% l('This will delete the local version all settings configured to live on the server. Continue?') %]" + "[% l('This will delete the local version all settings configured to live on the server. Continue?') %]"; }]); [% END %]