From c590ca90128aaa3c72da9b7bfaf15615f447b5f3 Mon Sep 17 00:00:00 2001 From: Arjun Roychowdhury Date: Sun, 22 Nov 2015 08:24:54 -0500 Subject: changed log privacy message to reflect both download and email cases Former-commit-id: 8d7bea626112189ce25767196d0b87f7d944c67c --- www/js/LogCtrl.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/js/LogCtrl.js') diff --git a/www/js/LogCtrl.js b/www/js/LogCtrl.js index ac027ccc..a11f14f8 100644 --- a/www/js/LogCtrl.js +++ b/www/js/LogCtrl.js @@ -75,7 +75,7 @@ angular.module('zmApp.controllers').controller('zmApp.LogCtrl', ['$scope', '$roo $scope.sendEmail = function (logstring) { $ionicPopup.confirm({ title: 'Sensitive Information', - template: 'zmNinja will modify the logs when creating the email to remove sensitive data like urls and passwords. However it is eventually your responsibility to make sure there is no sensitive data in the logs. Please make sure you review and edit the logs in the next screen before you send.' + template: 'zmNinja will modify the logs when creating the final output to remove sensitive data like urls and passwords. However it is eventually your responsibility to make sure there is no sensitive data in the logs. Please make sure you review and edit the logs before you send it out.' }) .then(function (res) { if (res) sendEmailReally(logstring); -- cgit v1.2.3