feat(ui): "Reset Filters" -> "Deselect All"

This commit is contained in:
psychedelicious
2025-03-12 06:39:07 +10:00
parent dd5f353465
commit deecb7f3c3
2 changed files with 2 additions and 2 deletions

View File

@@ -1695,7 +1695,7 @@
"private": "Private",
"shared": "Shared",
"browseWorkflows": "Browse Workflows",
"resetFilters": "Reset Filters",
"deselectAll": "Deselect All",
"opened": "Opened",
"openWorkflow": "Open Workflow",
"updated": "Updated",

View File

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