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!' +};