Procházet zdrojové kódy

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

Mention that logs contain file names in the report bug confirmation
Vishnu Mohandas před 3 roky
rodič
revize
669bce7763
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      lib/utils/email_util.dart

+ 1 - 1
lib/utils/email_util.dart

@@ -81,7 +81,7 @@ Future<void> sendLogs(
   content.addAll(
   content.addAll(
     [
     [
       Text(
       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(
         style: TextStyle(
           height: 1.5,
           height: 1.5,
           fontSize: 16,
           fontSize: 16,