Skip to content

Commit

Permalink
fix: label of "Rules" -> "Configs" on file group (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
brettz9 authored Jul 19, 2024
1 parent 4938935 commit 0f0b1b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/FileGroupItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ function goToConfig(idx: number) {
icon="i-ph-stack-duotone"
:number="group.configs.length"
color="text-blue5 dark:text-blue4"
title="Rules"
title="Configs"
mr-2
/>
</div>
Expand Down

0 comments on commit 0f0b1b8

Please sign in to comment.