diff --git a/packages/editor-ui/src/components/PushConnectionTracker.vue b/packages/editor-ui/src/components/PushConnectionTracker.vue index f8ac1bb2be..ebe4cbab42 100644 --- a/packages/editor-ui/src/components/PushConnectionTracker.vue +++ b/packages/editor-ui/src/components/PushConnectionTracker.vue @@ -2,9 +2,7 @@
-
- {{ $locale.baseText('pushConnectionTracker.cannotConnectToServer') }} -
+
  {{ $locale.baseText('pushConnectionTracker.connectionLost') }} diff --git a/packages/editor-ui/src/components/RunData.vue b/packages/editor-ui/src/components/RunData.vue index 2b369aafac..8fc8794811 100644 --- a/packages/editor-ui/src/components/RunData.vue +++ b/packages/editor-ui/src/components/RunData.vue @@ -98,14 +98,14 @@
- {{ $locale.baseText( +
New retries have to be,started from the original execution.", + "theWorkflowExecutionWasARetryOfAndFailed": "The workflow execution was a retry of {entryRetryOf} and failed.
New retries have to be started from the original execution.", "theWorkflowExecutionWasARetryOfAndItWasSuccessful": "The workflow execution was a retry of {entryRetryOf} and it was successful.", "theWorkflowExecutionWasSuccessful": "The worklow execution was successful.", "theWorkflowIsCurrentlyExecuting": "The worklow is currently executing.", @@ -444,7 +444,7 @@ "time": "Time" }, "nodeBase": { - "clickToAddNodeOrDragToConnect": "Click to add node
or drag to connect" + "clickToAddNodeOrDragToConnect": "Click to add node
or drag to connect" }, "nodeSettings": { "alwaysOutputData": { @@ -894,7 +894,7 @@ "breakingChanges": "Breaking changes", "released": "Released", "securityUpdate": "Security update", - "thisVersionHasASecurityIssue": "This version has a security issue.
It is listed here for completeness.", + "thisVersionHasASecurityIssue": "This version has a security issue.
It is listed here for completeness.", "unknown": "unknown", "version": "Version" },