From 7834f79045deabcfff0fa9f612c93c0aedb1dcce Mon Sep 17 00:00:00 2001 From: Tankred Hase Date: Mon, 11 May 2015 14:20:09 +0200 Subject: [PATCH] Update app-config.js --- src/js/app-config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/js/app-config.js b/src/js/app-config.js index 171e147..568481f 100644 --- a/src/js/app-config.js +++ b/src/js/app-config.js @@ -109,5 +109,5 @@ appCfg.string = { connDocNoInbox: 'We could not detect an IMAP inbox folder on {0}. Please have a look at the FAQ for information on how to fix this error.', connDocGenericError: 'There was an error connecting to {0}: {1}', logoutTitle: 'Logout', - logoutMessage: 'Are you sure you want to log out? Please back up your encryption keys before proceeding!' -}; \ No newline at end of file + logoutMessage: 'Are you sure you want to log out? Please back up your encryption key before proceeding!' +};