瀏覽代碼

add info about html comments to error form

Armin Schrenk 2 年之前
父節點
當前提交
e9ee15dcd5
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      src/main/java/org/cryptomator/ui/common/ErrorController.java

+ 3 - 1
src/main/java/org/cryptomator/ui/common/ErrorController.java

@@ -31,7 +31,9 @@ public class ErrorController implements FxController {
 			
 			<!-- ✏ Please describe what happened as accurately as possible. -->
 			
-			<!-- 📋 Please also copy and paste the detail text from the error window to the next line. -->
+			<!-- 📋 Please also copy and paste the detail text from the error window. -->
+			
+			<!-- ℹ Text enclosed like this (chevrons, exclamation mark, two dashes) is not visible to others! -->
 			
 			<!-- ❗ If the description or the detail text is missing, the discussion will be deleted. -->
 			""";