Browse Source

Update navigation.js

master
Tankred Hase 8 years ago
parent
commit
ff2a7c3e4a
  1. 4
      src/js/controller/app/navigation.js

4
src/js/controller/app/navigation.js

@ -194,7 +194,7 @@ var NavigationCtrl = function($scope, $location, $q, $timeout, account, email, o @@ -194,7 +194,7 @@ var NavigationCtrl = function($scope, $location, $q, $timeout, account, email, o
if (!synced) {
dialog.confirm({
title: 'Key backup',
message: 'Your encryption keys are not backed up. Back up now?',
message: 'Your encryption key is not backed up. Back up now?',
positiveBtnStr: 'Backup',
negativeBtnStr: 'Not now',
showNegativeBtn: true,
@ -218,4 +218,4 @@ var NavigationCtrl = function($scope, $location, $q, $timeout, account, email, o @@ -218,4 +218,4 @@ var NavigationCtrl = function($scope, $location, $q, $timeout, account, email, o
};
};
module.exports = NavigationCtrl;
module.exports = NavigationCtrl;

Loading…
Cancel
Save