3
0

Add translation for search workflow placeholder in Function.vue

This commit is contained in:
Katrin Yordanova 2023-04-06 17:03:08 +03:00
parent 84d23c6797
commit 92c15a5ac7
2 changed files with 2 additions and 1 deletions

View File

@ -126,7 +126,7 @@
:get-option-label="getWorkflowLabel" :get-option-label="getWorkflowLabel"
:reduce="wf => a.type === 'ID' ? wf.workflowID : wf.handle" :reduce="wf => a.type === 'ID' ? wf.workflowID : wf.handle"
clearable clearable
placeholder="Search for a workflow" :placeholder="$t('steps:function.configurator.search-workflow')"
class="bg-white rounded" class="bg-white rounded"
@input="$root.$emit('change-detected')" @input="$root.$emit('change-detected')"
@search="searchWorkflows" @search="searchWorkflows"

View File

@ -40,6 +40,7 @@ function:
result: Result result: Result
results: Results results: Results
add-result: + Add result add-result: + Add result
search-workflow: Search for a workflow
select-function: Select function select-function: Select function
type: Type type: Type
type*: Type* type*: Type*