🐛 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:
fabian wohlgemuth 2022-01-22 18:18:19 +01:00 committed by GitHub
parent b23a87c7f4
commit 88809936ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -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"

View file

@ -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",