Skip to content

Commit

Permalink
feat(ui): "Reset Filters" -> "Deselect All"
Browse files Browse the repository at this point in the history
  • Loading branch information
psychedelicious committed Mar 11, 2025
1 parent dd5f353 commit deecb7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion invokeai/frontend/web/public/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -1695,7 +1695,7 @@
"private": "Private",
"shared": "Shared",
"browseWorkflows": "Browse Workflows",
"resetFilters": "Reset Filters",
"deselectAll": "Deselect All",
"opened": "Opened",
"openWorkflow": "Open Workflow",
"updated": "Updated",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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) => (
Expand Down

0 comments on commit deecb7f

Please sign in to comment.