diff --git a/src/js/controller/app/navigation.js b/src/js/controller/app/navigation.js index 22baca5..f32a64e 100644 --- a/src/js/controller/app/navigation.js +++ b/src/js/controller/app/navigation.js @@ -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; \ No newline at end of file +module.exports = NavigationCtrl;