mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-24 04:04:06 -08:00
⚡ Update string to latest version
This commit is contained in:
parent
563a852f47
commit
1c4c42aecc
|
@ -552,7 +552,7 @@
|
||||||
"runButtonText": {
|
"runButtonText": {
|
||||||
"executeWorkflow": "🇩🇪 Execute Workflow",
|
"executeWorkflow": "🇩🇪 Execute Workflow",
|
||||||
"executingWorkflow": "🇩🇪 Executing Workflow",
|
"executingWorkflow": "🇩🇪 Executing Workflow",
|
||||||
"waitingForWebhookCall": "🇩🇪 Waiting for Webhook-Call"
|
"waitingForTriggerEvent": "🇩🇪 Waiting for Trigger Event"
|
||||||
},
|
},
|
||||||
"showError": {
|
"showError": {
|
||||||
"getWorkflowDataFromUrl": {
|
"getWorkflowDataFromUrl": {
|
||||||
|
|
|
@ -536,7 +536,7 @@
|
||||||
"runButtonText": {
|
"runButtonText": {
|
||||||
"executeWorkflow": "Execute Workflow",
|
"executeWorkflow": "Execute Workflow",
|
||||||
"executingWorkflow": "Executing Workflow",
|
"executingWorkflow": "Executing Workflow",
|
||||||
"waitingForWebhookCall": "Waiting for Webhook-Call"
|
"waitingForTriggerEvent": "Waiting for Trigger Event"
|
||||||
},
|
},
|
||||||
"showError": {
|
"showError": {
|
||||||
"getWorkflowDataFromUrl": {
|
"getWorkflowDataFromUrl": {
|
||||||
|
|
|
@ -291,7 +291,7 @@ export default mixins(
|
||||||
}
|
}
|
||||||
|
|
||||||
if (this.executionWaitingForWebhook === true) {
|
if (this.executionWaitingForWebhook === true) {
|
||||||
return this.$baseText('nodeView.runButtonText.waitingForWebhookCall');
|
return this.$baseText('nodeView.runButtonText.waitingForTriggerEvent');
|
||||||
}
|
}
|
||||||
|
|
||||||
return this.$baseText('nodeView.runButtonText.executingWorkflow');
|
return this.$baseText('nodeView.runButtonText.executingWorkflow');
|
||||||
|
|
Loading…
Reference in a new issue