You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/LogAnalysis/Classifier.hs
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -68,9 +68,9 @@ prettyHeader =
68
68
prettyFooter::TicketInfo->Text
69
69
prettyFooter ticketInfo =
70
70
"\n\n"<>
71
-
"Please be patient since we have a large number of such requests to respond to. We will respond as soon as we can, but in the meantime, if you want to check the status of your ticket you can do so here - "<> (showURL $TicketAgentURL$ tiId ticketInfo) <>
71
+
"We will respond as soon as we can, but in the meantime, if you want to check the status of your ticket you can do so here - "<> (showURL $TicketAgentURL$ tiId ticketInfo) <>
72
72
"\n\n"<>
73
-
"Please let us know if your issue is resolved. If you are still having trouble please reply back to this email and attach a new log file so that we can work with you to fix your problem."<>
73
+
"Please let us know if your issue is resolved."<>
74
74
"\n\n"<>
75
75
"Thanks, "<>
76
76
"\n"<>
@@ -92,7 +92,7 @@ prettyFormatAnalysis as ticketInfo =
92
92
prettyFormatNoIssues::TicketInfo->Text
93
93
prettyFormatNoIssues ticketInfo =
94
94
prettyHeader <>
95
-
"We have analyzed the log that you submitted and it appears that you do not have an identifiable technical issue. Please be patient while our developers analyze this issue further since we have a large number of such requests to respond to."<>
95
+
"We have analyzed the log that you submitted and it appears that you do not have an identifiable technical issue."<>
96
96
prettyFooter ticketInfo
97
97
98
98
prettyFormatLogReadError::TicketInfo->Text
@@ -106,7 +106,7 @@ prettyFormatNoLogs =
106
106
"Dear user,"<>"\n\n"<>
107
107
"Thank you for contacting the IOHK Technical Support Desk. We apologize for the delay in responding to you."<>"\n\n"<>
108
108
"Most of the tickets we get are related to technical issues. If you have a Technical problem with Daedalus wallet please read on. If your request is NOT related to getting technical support you can IGNORE this email."<>"\n\n"<>
109
-
"We have recently (May 29th) had a major update to the Daedalus software. You can see more details here https://daedaluswallet.io/release-notes/. If you are experiencing any technical difficulties please make sure you have upgraded to the latest version before submitting a request for support or submitting new logs (more on logs below)."<>"\n\n"<>
109
+
"On May 29th had a major update to the Daedalus software and on June 19 we had another minor update . These updates have resolved a significant number of issues for other customers. You can see more details here https://daedaluswallet.io/release-notes/. If you are experiencing any technical difficulties please make sure you have upgraded to the latest version before submitting a request for support or submitting new logs (more on logs below)."<>"\n\n"<>
110
110
"We scan our tickets to check for known issues before responding in person. If you have a technical issue but did not submit a log file we suggest that you reply to this message and attach your log file. Log files are required for helping with the majority of technical issues."<>"\n\n"<>
111
111
112
112
"Please provide more information so that we can diagnose your issue:"<>"\n\n"<>
@@ -116,7 +116,7 @@ prettyFormatNoLogs =
116
116
"3. Describe the issue you are experiencing in detail and attach screenshots if needed. Please tell us what you were doing when the error occurred."<>"\n"<>
117
117
"4. When did this issue occur (Date)?"<>"\n"<>
118
118
"5. Do you have any ideas how this happened?"<>"\n"<>
119
-
"Please compress and attach your pub folder, it contains technical logs. There is NO sensitive data in your logs:"<>"\n\n"<>
119
+
"Please compress and attach your pub folder, it contains technical logs. There is NO sensitive data in your pub folder:"<>"\n\n"<>
0 commit comments