mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 14:44:05 -08:00
✏️ Rename key
This commit is contained in:
parent
7a64a05088
commit
3098b5a16e
|
@ -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": {
|
||||
|
|
Loading…
Reference in a new issue