🐛 Fix some i18n line break issues
This commit is contained in:
@@ -243,7 +243,7 @@
|
||||
"theWorkflowExecutionFailed": "The workflow execution failed.",
|
||||
"theWorkflowExecutionFailedButTheRetryWasSuccessful": "The workflow execution failed but the retry {entryRetrySuccessId} was successful.",
|
||||
"theWorkflowExecutionIsProbablyStillRunning": "The workflow execution is probably still running but it may have crashed and n8n cannot safely tell. ",
|
||||
"theWorkflowExecutionWasARetryOfAndFailed": "The workflow execution was a retry of {entryRetryOf} and failed.<br />New retries have to be,started from the original execution.",
|
||||
"theWorkflowExecutionWasARetryOfAndFailed": "The workflow execution was a retry of {entryRetryOf} and failed.<br />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<br>or drag to connect"
|
||||
"clickToAddNodeOrDragToConnect": "Click to add node<br />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.<br/>It is listed here for completeness.",
|
||||
"thisVersionHasASecurityIssue": "This version has a security issue.<br />It is listed here for completeness.",
|
||||
"unknown": "unknown",
|
||||
"version": "Version"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user