From: Ben Shum Date: Sun, 17 Sep 2017 13:37:08 +0000 (-0400) Subject: LP#1717715: Fix typo in webstaff serials X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=d501a0d4ceb5d04adac00d8c15c4de7e7e8bcd6e;p=evergreen%2Fpines.git LP#1717715: Fix typo in webstaff serials Eva Cerninakova noticed a typo in the web client during translation work. Signed-off-by: Ben Shum Signed-off-by: Galen Charlton --- diff --git a/Open-ILS/src/templates/staff/serials/share/serials_strings.tt2 b/Open-ILS/src/templates/staff/serials/share/serials_strings.tt2 index 80f32ae3c5..9df37aa608 100644 --- a/Open-ILS/src/templates/staff/serials/share/serials_strings.tt2 +++ b/Open-ILS/src/templates/staff/serials/share/serials_strings.tt2 @@ -20,7 +20,7 @@ angular.module('egCoreMod').run(['egStrings', function(s) { s.CHRON_LABEL_HOUR = "[% l('Hour') %]"; s.EG_CONFIRM_DELETE_PATTERN_TEMPLATE_TITLE = "[% l('Confirm Prediction Pattern Template Deletion') %]"; s.EG_CONFIRM_DELETE_PATTERN_TEMPLATE_BODY = "[% l('Delete {{count}} template(s)?') %]"; - s.PATTERN_TEMPLATE_SUCCESS_DELETE = "[% l('Deleted prediation pattern template(s)') %]"; + s.PATTERN_TEMPLATE_SUCCESS_DELETE = "[% l('Deleted prediction pattern template(s)') %]"; s.PATTERN_TEMPLATE_FAIL_DELETE = "[% l('Failed to delete prediction template(s)') %]"; }]);