mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
feat(ui): "Reset Tags" -> "Reset Filters"
This commit is contained in:
@@ -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) => (
|
||||
|
||||
Reference in New Issue
Block a user