Update navigation.js

This commit is contained in:
Tankred Hase 2015-05-11 14:20:34 +02:00
parent 7834f79045
commit ff2a7c3e4a
1 changed files with 2 additions and 2 deletions

View File

@ -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
};
};
module.exports = NavigationCtrl;
module.exports = NavigationCtrl;