From 59006a98d71c9b0dc6143a3e9a516b2c4aeba7d4 Mon Sep 17 00:00:00 2001 From: Felix Hammerl Date: Tue, 12 May 2015 12:04:48 +0200 Subject: [PATCH] Remove anonymized from bug report body --- src/js/app-config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/app-config.js b/src/js/app-config.js index 568481f..0df91b4 100644 --- a/src/js/app-config.js +++ b/src/js/app-config.js @@ -99,7 +99,7 @@ appCfg.string = { certificateFaqLink: 'https://github.com/whiteout-io/mail-html5/wiki/FAQ#what-does-the-ssl-certificate-for-the-mail-server--changed-mean', bugReportTitle: 'Report a bug', bugReportSubject: '[Bug] I want to report a bug', - bugReportBody: 'Steps to reproduce\n1. \n2. \n3. \n\nWhat happens?\n\n\nWhat do you expect to happen instead?\n\n\n\n== PLEASE DONT PUT ANY KEYS HERE! ==\n\n\n## Log\n\nBelow is the log. It includes your interactions with your email provider in an anonymized way from the point where you started the app for the last time. Any information provided by you will be used for the porpose of locating and fixing the bug you reported. It will be deleted subsequently. However, you can edit this log and/or remove log data in the event that something would show up.\n\nUser-Agent: {0}\nVersion: {1}\n\n', + bugReportBody: 'Steps to reproduce\n1. \n2. \n3. \n\nWhat happens?\n\n\nWhat do you expect to happen instead?\n\n\n\n== PLEASE DONT PUT ANY KEYS HERE! ==\n\n\n## Log\n\nBelow is the log. It includes your interactions with your email provider from the point where you started the app for the last time. Login data and email content has been stripped. Any information provided by you will be used for the purpose of locating and fixing the bug you reported. It will be deleted subsequently. However, you can edit this log and/or remove log data in the event that something would show up.\n\nUser-Agent: {0}\nVersion: {1}\n\n', supportAddress: 'mail.support@whiteout.io', connDocOffline: 'It appears that you are offline. Please retry when you are online.', connDocTlsWrongCert: 'A connection to {0} was rejected because the TLS certificate is invalid. Please have a look at the FAQ for information on how to fix this error.',