File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -306,9 +306,9 @@ function SearchInterface() {
306306 />
307307 </ div >
308308 < div className = "space-y-1" >
309- { stats . function !== undefined && < div > { stats . function . toLocaleString ( ) } functions </ div > }
310- { stats . event !== undefined && < div > { stats . event . toLocaleString ( ) } events </ div > }
311- { stats . error !== undefined && < div > { stats . error . toLocaleString ( ) } errors </ div > }
309+ { stats . function !== undefined && < div > { stats . function . toLocaleString ( ) } function sigs </ div > }
310+ { stats . event !== undefined && < div > { stats . event . toLocaleString ( ) } event sigs </ div > }
311+ { stats . error !== undefined && < div > { stats . error . toLocaleString ( ) } error sigs </ div > }
312312 </ div >
313313 </ div >
314314 < div className = "bg-white border border-gray-200 rounded-lg p-4 text-center hover:border-cerulean-blue-400 hover:shadow-md transition-all duration-200" >
@@ -489,7 +489,7 @@ function SearchInterface() {
489489 < FaBan
490490 className = "w-4 h-4 text-gray-400 cursor-help flex-shrink-0"
491491 data-tooltip-id = "spam-badge-tooltip"
492- data-tooltip-content = "This signature has been flagged as potential spam"
492+ data-tooltip-content = "This signature is a hash collision and flagged as potential spam"
493493 />
494494 ) }
495495 < span
You can’t perform that action at this time.
0 commit comments