mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -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>
|
</n8n-heading>
|
||||||
<div class="tags-filter">
|
<div class="tags-filter">
|
||||||
<TagsDropdown
|
<TagsDropdown
|
||||||
:placeholder="$locale.baseText('workflowOpen.openWorkflow')"
|
:placeholder="$locale.baseText('workflowOpen.filterWorkflows')"
|
||||||
:currentTagIds="filterTagIds"
|
:currentTagIds="filterTagIds"
|
||||||
:createEnabled="false"
|
:createEnabled="false"
|
||||||
@update="updateTagsFilter"
|
@update="updateTagsFilter"
|
||||||
|
|
|
@ -943,6 +943,7 @@
|
||||||
"created": "Created",
|
"created": "Created",
|
||||||
"name": "@:reusableBaseText.name",
|
"name": "@:reusableBaseText.name",
|
||||||
"openWorkflow": "Open Workflow",
|
"openWorkflow": "Open Workflow",
|
||||||
|
"filterWorkflows": "Filter by tags",
|
||||||
"searchWorkflows": "Search workflows...",
|
"searchWorkflows": "Search workflows...",
|
||||||
"showError": {
|
"showError": {
|
||||||
"message": "There was a problem loading the workflows",
|
"message": "There was a problem loading the workflows",
|
||||||
|
|
Loading…
Reference in a new issue