Update string to latest version

This commit is contained in:
Iván Ovejero
2021-11-29 10:10:12 +01:00
parent 563a852f47
commit 1c4c42aecc
3 changed files with 3 additions and 3 deletions

View File

@@ -291,7 +291,7 @@ export default mixins(
}
if (this.executionWaitingForWebhook === true) {
return this.$baseText('nodeView.runButtonText.waitingForWebhookCall');
return this.$baseText('nodeView.runButtonText.waitingForTriggerEvent');
}
return this.$baseText('nodeView.runButtonText.executingWorkflow');