mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 11:22:15 +00: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:
committed by
GitHub
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",
|
||||||
|
|||||||
Reference in New Issue
Block a user