Преглед изворни кода

Add warning about error report deletion to the error controller

Armin Schrenk пре 2 година
родитељ
комит
c5b21b0d8c
1 измењених фајлова са 4 додато и 2 уклоњено
  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;