From f04e6ac43e0d7fa2d0e691fcaafa891f82f15f6b Mon Sep 17 00:00:00 2001 From: Jan Oberhauser Date: Sat, 5 Mar 2022 20:11:34 +0100 Subject: [PATCH] :bug: Fix some i18n line break issues --- packages/editor-ui/src/components/PushConnectionTracker.vue | 4 +--- packages/editor-ui/src/components/RunData.vue | 4 ++-- packages/editor-ui/src/components/VersionCard.vue | 2 +- packages/editor-ui/src/plugins/i18n/locales/en.json | 6 +++--- 4 files changed, 7 insertions(+), 9 deletions(-) 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" },