tuned doc;
authorFabian Huch <huch@in.tum.de>
Fri, 14 Feb 2025 20:17:41 +0100
changeset 82175 2213186e5928
parent 82174 4a10892b6a00
child 82176 a984f543ed92
tuned doc;
src/Tools/Find_Facts/web/src/About.elm
--- a/src/Tools/Find_Facts/web/src/About.elm	Fri Feb 14 20:12:18 2025 +0100
+++ b/src/Tools/Find_Facts/web/src/About.elm	Fri Feb 14 20:17:41 2025 +0100
@@ -19,7 +19,7 @@
   view_def "Wildcards" "consist of ?/* inside a term and match a single/arbitrary many characters." ++
   view_def "Phrases" "are delimited by \" quotes and match a term sequence (no wildcards) exactly." ++
   view_def "Main search bar" "will look for any of your terms in source code and names." ++
-  view_def "Filters" "allow you to exclude/include (click on the checkmark) specific properties." ++
+  view_def "Filters" "allow you to exclude/include (click on the symbol) specific properties." ++
   view_def "Drill-down" "allows you to multi-select once your result set is small enough."
 
 view: Html Never