浏览代码

Merge pull request #346 from ente-io/tweak-logs-message

Mention that logs contain file names in the report bug confirmation
Vishnu Mohandas 3 年之前
父节点
当前提交
669bce7763
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/utils/email_util.dart

+ 1 - 1
lib/utils/email_util.dart

@@ -81,7 +81,7 @@ Future<void> 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. Please note that file names will be included to help track issues with specific files.",
         style: TextStyle(
           height: 1.5,
           fontSize: 16,