mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
update key
This commit is contained in:
parent
860eeef0aa
commit
bafdbdd75a
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<div class="workflow-activator">
|
||||
<n8n-tooltip :disabled="!disabled" placement="bottom">
|
||||
<div slot="content">{{ $locale.baseText('workflowActivator.hasNoTriggerNodes') }}</div>
|
||||
<div slot="content">{{ $locale.baseText('workflowActivator.thisWorkflowHasNoTriggerNodes') }}</div>
|
||||
<el-switch
|
||||
v-loading="loading"
|
||||
element-loading-spinner="el-icon-loading"
|
||||
|
|
|
@ -915,7 +915,7 @@
|
|||
}
|
||||
},
|
||||
"theWorkflowIsSetToBeActiveBut": "The workflow is set to be active but could not be started.<br />Click to display error message.",
|
||||
"hasNoTriggerNodes": "This workflow has no trigger nodes that require activation"
|
||||
"thisWorkflowHasNoTriggerNodes": "This workflow has no trigger nodes that require activation"
|
||||
},
|
||||
"workflowDetails": {
|
||||
"active": "Active",
|
||||
|
|
Loading…
Reference in a new issue