Add translation for search workflow placeholder in Function.vue
This commit is contained in:
parent
84d23c6797
commit
92c15a5ac7
@ -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"
|
||||||
|
|||||||
@ -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*
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user