From 243cf36af780afdfef7ee32ac07016918fc3b959 Mon Sep 17 00:00:00 2001 From: Manav Date: Thu, 23 Jun 2022 12:49:20 +0530 Subject: [PATCH] Mention that logs contain file names in the report bug confirmation --- lib/utils/email_util.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils/email_util.dart b/lib/utils/email_util.dart index e237e883f..4200b9d7e 100644 --- a/lib/utils/email_util.dart +++ b/lib/utils/email_util.dart @@ -80,7 +80,7 @@ Future sendLogs( content.addAll( [ Text( - "This will send across logs and metrics that will help us debug your issue better", + "This will send across logs to help us debug your issue. Note that logs include file names - these are needed to track issues with specific files.", style: TextStyle( height: 1.5, fontSize: 16,