LP#1750894 Recover semicolon
authorBill Erickson <berickxx@gmail.com>
Wed, 23 May 2018 15:03:54 +0000 (11:03 -0400)
committerBill Erickson <berickxx@gmail.com>
Tue, 29 May 2018 14:13:36 +0000 (10:13 -0400)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Open-ILS/src/templates/staff/admin/workstation/index.tt2

index 97472cf..3f34c1f 100644 (file)
@@ -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?') %]";
 }]);
 </script>
 [% END %]