mirror of
https://github.com/mandiant/capa.git
synced 2026-02-04 19:12:01 -08:00
add 'distinct' keyword to clarify count is distinct
This commit is contained in:
@@ -20,9 +20,9 @@
|
||||
/>
|
||||
<label for="showLibraryRules">
|
||||
<span v-if="libraryRuleMatchesCount > 1">
|
||||
Show {{ libraryRuleMatchesCount }} library rule matches
|
||||
Show {{ libraryRuleMatchesCount }} distinct library rules
|
||||
</span>
|
||||
<span v-else>Show 1 library rule match</span>
|
||||
<span v-else>Show 1 distinct library rule</span>
|
||||
</label>
|
||||
</div>
|
||||
<div class="flex flex-row align-items-center gap-2">
|
||||
|
||||
Reference in New Issue
Block a user