Browse Source

Add warning about error report deletion to the error controller

Armin Schrenk 2 years ago
parent
commit
c5b21b0d8c
1 changed files with 4 additions and 2 deletions
  1. 4 2
      src/main/java/org/cryptomator/ui/common/ErrorController.java

+ 4 - 2
src/main/java/org/cryptomator/ui/common/ErrorController.java

@@ -29,9 +29,11 @@ public class ErrorController implements FxController {
 			OS: %s / %s
 			App: %s / %s
 			
-			<!-- ✏ Please describe what happened as accurately as possible. -->
+			<!-- ✏ Please describe what happened as accurately as possible. -->
 			
-			<!-- 📋 Please also copy and paste the detail text from the error window. -->
+			<!-- 📋 Please also copy and paste the detail text from the error window to the next line. -->
+			
+			<!-- ❗ If the description or the detail text is missing, the discussion will be deleted. -->
 			""";
 
 	private final Application application;