mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-25 04:34:06 -08:00
🐛 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:
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"
|
||||
|
|
|
@ -943,6 +943,7 @@
|
|||
"created": "Created",
|
||||
"name": "@:reusableBaseText.name",
|
||||
"openWorkflow": "Open Workflow",
|
||||
"filterWorkflows": "Filter by tags",
|
||||
"searchWorkflows": "Search workflows...",
|
||||
"showError": {
|
||||
"message": "There was a problem loading the workflows",
|
||||
|
|
Loading…
Reference in a new issue