🐛 Fix string for "Filter by tags"
* Creating locale string for openWorkflow.filterWorkflows & use it in the Open Workflow modal * Fix: Use filterWorkflows label in placeholder location
This commit is contained in:
committed by
GitHub
parent
b23a87c7f4
commit
88809936ee
@@ -12,7 +12,7 @@
|
||||
</n8n-heading>
|
||||
<div class="tags-filter">
|
||||
<TagsDropdown
|
||||
:placeholder="$locale.baseText('workflowOpen.openWorkflow')"
|
||||
:placeholder="$locale.baseText('workflowOpen.filterWorkflows')"
|
||||
:currentTagIds="filterTagIds"
|
||||
:createEnabled="false"
|
||||
@update="updateTagsFilter"
|
||||
|
||||
Reference in New Issue
Block a user