LP#1717715: Fix typo in webstaff serials
authorBen Shum <ben@evergreener.net>
Sun, 17 Sep 2017 13:37:08 +0000 (09:37 -0400)
committerGalen Charlton <gmc@equinoxinitiative.org>
Mon, 18 Sep 2017 21:33:56 +0000 (17:33 -0400)
Eva Cerninakova noticed a typo in the web client during translation work.

Signed-off-by: Ben Shum <ben@evergreener.net>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>

Open-ILS/src/templates/staff/serials/share/serials_strings.tt2

index 80f32ae..9df37aa 100644 (file)
@@ -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)') %]";
 }]);
 </script>