From cb708dca9eaee163fb99c171ccd135e44ae62d9e Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Wed, 23 May 2018 11:03:54 -0400 Subject: [PATCH] LP#1750894 Recover semicolon Signed-off-by: Bill Erickson --- Open-ILS/src/templates/staff/admin/workstation/index.tt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %] -- 2.11.0