feat(ui): "Reset Tags" -> "Reset Filters"

This commit is contained in:
psychedelicious
2025-03-11 21:32:19 +10:00
parent 124ca23f8b
commit c493e223cf
2 changed files with 2 additions and 2 deletions

View File

@@ -130,7 +130,7 @@ export const WorkflowLibrarySideNav = () => {
leftIcon={<PiArrowCounterClockwiseBold />}
h={8}
>
{t('workflows.resetTags')}
{t('workflows.resetFilters')}
</Button>
<Flex flexDir="column" gap={2} overflow="auto">
{tagCategoryOptions.map((tagCategory) => (