Переглянути джерело

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,