mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 11:01:15 +00:00
✏️ Rename key
This commit is contained in:
@@ -181,7 +181,7 @@ export const nodeBase = mixins(
|
|||||||
hover: false,
|
hover: false,
|
||||||
showOutputLabel: nodeTypeData.outputs.length === 1,
|
showOutputLabel: nodeTypeData.outputs.length === 1,
|
||||||
size: nodeTypeData.outputs.length >= 3 ? 'small' : 'medium',
|
size: nodeTypeData.outputs.length >= 3 ? 'small' : 'medium',
|
||||||
hoverMessage: this.$baseText('nodesBase.clickToAddNodeOrDragToConnect'),
|
hoverMessage: this.$baseText('nodeBase.clickToAddNodeOrDragToConnect'),
|
||||||
},
|
},
|
||||||
endpointHoverStyle: {
|
endpointHoverStyle: {
|
||||||
fill: getStyleTokenValue('--color-primary'),
|
fill: getStyleTokenValue('--color-primary'),
|
||||||
|
|||||||
@@ -471,7 +471,7 @@
|
|||||||
"theErrorCauseIsTooLargeToBeDisplayed": "🇩🇪 The error cause is too large to be displayed.",
|
"theErrorCauseIsTooLargeToBeDisplayed": "🇩🇪 The error cause is too large to be displayed.",
|
||||||
"time": "🇩🇪 Time"
|
"time": "🇩🇪 Time"
|
||||||
},
|
},
|
||||||
"nodesBase": {
|
"nodeBase": {
|
||||||
"clickToAddNodeOrDragToConnect": "🇩🇪 Click to add node<br>or drag to connect"
|
"clickToAddNodeOrDragToConnect": "🇩🇪 Click to add node<br>or drag to connect"
|
||||||
},
|
},
|
||||||
"nodeSettings": {
|
"nodeSettings": {
|
||||||
|
|||||||
@@ -455,7 +455,7 @@
|
|||||||
"theErrorCauseIsTooLargeToBeDisplayed": "The error cause is too large to be displayed.",
|
"theErrorCauseIsTooLargeToBeDisplayed": "The error cause is too large to be displayed.",
|
||||||
"time": "Time"
|
"time": "Time"
|
||||||
},
|
},
|
||||||
"nodesBase": {
|
"nodeBase": {
|
||||||
"clickToAddNodeOrDragToConnect": "Click to add node<br>or drag to connect"
|
"clickToAddNodeOrDragToConnect": "Click to add node<br>or drag to connect"
|
||||||
},
|
},
|
||||||
"nodeSettings": {
|
"nodeSettings": {
|
||||||
|
|||||||
Reference in New Issue
Block a user