mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
⚡ Update string to latest version
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user