add 'distinct' keyword to clarify count is distinct

This commit is contained in:
Soufiane Fariss
2024-08-15 17:05:47 +02:00
parent 04071606cd
commit c73abb8855

View File

@@ -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">