[open-ils-commits] [GIT] Evergreen ILS branch master updated. a7a98fff6e7fe565f8b7488bbd507376b5eaa8a6
Evergreen Git
git at git.evergreen-ils.org
Mon Sep 18 17:17:50 EDT 2017
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".
The branch, master has been updated
via a7a98fff6e7fe565f8b7488bbd507376b5eaa8a6 (commit)
from 40d8ce3691abb3549f95ecdc92cd139c3c86805c (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit a7a98fff6e7fe565f8b7488bbd507376b5eaa8a6
Author: Ben Shum <ben at evergreener.net>
Date: Sun Sep 17 09:37:08 2017 -0400
LP#1717715: Fix typo in webstaff serials
Eva Cerninakova noticed a typo in the web client during translation work.
Signed-off-by: Ben Shum <ben at evergreener.net>
Signed-off-by: Galen Charlton <gmc at equinoxinitiative.org>
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 80f32ae..9df37aa 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)') %]";
}]);
</script>
-----------------------------------------------------------------------
Summary of changes:
.../staff/serials/share/serials_strings.tt2 | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list