diff options
Diffstat (limited to 'www/js/LogCtrl.js')
| -rw-r--r-- | www/js/LogCtrl.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/js/LogCtrl.js b/www/js/LogCtrl.js index 83857d75..6a366902 100644 --- a/www/js/LogCtrl.js +++ b/www/js/LogCtrl.js @@ -39,8 +39,8 @@ angular.module('zmApp.controllers').controller('zmApp.LogCtrl', ['$scope', '$roo $scope.deleteLogs = function () { $rootScope.zmPopup = $ionicPopup.confirm({ - title: 'Please Confirm', - template: 'Are you sure you want to delete logs?', + title: $translate.instant('kPleaseConfirm'), + template: $translate.instant('kDeleteLogsConfirm'), }); $rootScope.zmPopup.then(function (res) { |
