Skip to content

Commit bf43ac9

Browse files
committed
Change wording
1 parent 7f313e2 commit bf43ac9

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/app/page.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)