From ff2a7c3e4a941d08cd02f2e2041197aa65c6cfcf Mon Sep 17 00:00:00 2001 From: Tankred Hase Date: Mon, 11 May 2015 14:20:34 +0200 Subject: [PATCH] Update navigation.js --- src/js/controller/app/navigation.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;