✏️ Rename key

This commit is contained in:
Iván Ovejero 2021-12-06 12:22:28 +01:00
parent 7a64a05088
commit 3098b5a16e
3 changed files with 3 additions and 3 deletions

View file

@ -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'),

View file

@ -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": {

View file

@ -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": {