From f0d8266aa84b55f7864025f19f7e091497ab824c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Ovejero?= Date: Fri, 3 Dec 2021 09:53:30 +0100 Subject: [PATCH] :zap: Fix category of read only strings --- .../MainHeader/ExecutionDetails/ExecutionDetails.vue | 4 ++-- packages/editor-ui/src/i18n/locales/de.json | 8 +++----- packages/editor-ui/src/i18n/locales/en.json | 8 +++----- 3 files changed, 8 insertions(+), 12 deletions(-) diff --git a/packages/editor-ui/src/components/MainHeader/ExecutionDetails/ExecutionDetails.vue b/packages/editor-ui/src/components/MainHeader/ExecutionDetails/ExecutionDetails.vue index a3fa2ea7f6..0f3b3b6abd 100644 --- a/packages/editor-ui/src/components/MainHeader/ExecutionDetails/ExecutionDetails.vue +++ b/packages/editor-ui/src/components/MainHeader/ExecutionDetails/ExecutionDetails.vue @@ -38,11 +38,11 @@
- {{ $baseText('readOnly.youreViewingTheLogOf') }} + {{ $baseText('executionDetails.youreViewingTheLogOf') }}
- {{ $baseText('readOnly.readOnly') }} + {{ $baseText('executionDetails.readOnly') }}
diff --git a/packages/editor-ui/src/i18n/locales/de.json b/packages/editor-ui/src/i18n/locales/de.json index 19584f7331..4caf52467a 100644 --- a/packages/editor-ui/src/i18n/locales/de.json +++ b/packages/editor-ui/src/i18n/locales/de.json @@ -181,7 +181,9 @@ "executionWasSuccessful": "🇩🇪 Execution was successful", "openWorkflow": "🇩🇪 Open Workflow", "of": "🇩🇪 of", - "workflow": "🇩🇪 workflow" + "workflow": "🇩🇪 workflow", + "readOnly": "🇩🇪 Read only", + "youreViewingTheLogOf": "🇩🇪 You're viewing the log of a previous execution. You cannot
\n\t\tmake changes since this execution already occurred. Make changes
\n\t\tto this workflow by clicking on its name on the left." }, "executionsList": { "allWorkflows": "🇩🇪 All Workflows", @@ -709,10 +711,6 @@ "cannotConnectToServer": "🇩🇪 Cannot connect to server.
It is either down or you have a connection issue.
It should reconnect automatically once the issue is resolved.", "connectionLost": "🇩🇪 Connection lost" }, - "readOnly": { - "readOnly": "🇩🇪 Read only", - "youreViewingTheLogOf": "🇩🇪 You're viewing the log of a previous execution. You cannot
\n\t\tmake changes since this execution already occured. Make changes
\n\t\tto this workflow by clicking on its name on the left." - }, "runData": { "binary": "🇩🇪 Binary", "copyItemPath": "🇩🇪 Copy Item Path", diff --git a/packages/editor-ui/src/i18n/locales/en.json b/packages/editor-ui/src/i18n/locales/en.json index 3f90e890a8..85867aa158 100644 --- a/packages/editor-ui/src/i18n/locales/en.json +++ b/packages/editor-ui/src/i18n/locales/en.json @@ -165,7 +165,9 @@ "executionWasSuccessful": "Execution was successful", "openWorkflow": "Open Workflow", "of": "of", - "workflow": "workflow" + "workflow": "workflow", + "readOnly": "Read only", + "youreViewingTheLogOf": "You're viewing the log of a previous execution. You cannot
\n\t\tmake changes since this execution already occurred. Make changes
\n\t\tto this workflow by clicking on its name on the left." }, "executionsList": { "allWorkflows": "All Workflows", @@ -693,10 +695,6 @@ "cannotConnectToServer": "Cannot connect to server.
It is either down or you have a connection issue.
It should reconnect automatically once the issue is resolved.", "connectionLost": "Connection lost" }, - "readOnly": { - "readOnly": "Read only", - "youreViewingTheLogOf": "You're viewing the log of a previous execution. You cannot
\n\t\tmake changes since this execution already occured. Make changes
\n\t\tto this workflow by clicking on its name on the left." - }, "reusableBaseText": { "cancel": "Cancel", "name": "Name",