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