From 5fb5b3cf36b396890072a43cc28190fcfd05515e Mon Sep 17 00:00:00 2001 From: colemanw Date: Wed, 27 Aug 2014 13:25:47 +0100 Subject: [PATCH] CRM-15192 - Remove nonsense string from translation --- js/angular-crm-ui.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/angular-crm-ui.js b/js/angular-crm-ui.js index c4def7015c..793750e8d2 100644 --- a/js/angular-crm-ui.js +++ b/js/angular-crm-ui.js @@ -127,7 +127,7 @@ } }; }) - // Example: + // Example: // Example: .directive('crmConfirm', function () { // Helpers to calculate default options for CRM.confirm() @@ -185,4 +185,4 @@ }) ; -})(angular, CRM.$, CRM._); \ No newline at end of file +})(angular, CRM.$, CRM._); -- 2.25.1