Skip to content

Commit

Permalink
add 'distinct' keyword to clarify count is distinct
Browse files Browse the repository at this point in the history
  • Loading branch information
fariss committed Aug 15, 2024
1 parent 0407160 commit c73abb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/explorer/src/components/SettingsPanel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down

0 comments on commit c73abb8

Please sign in to comment.