fix(editor): Update data pinning tooltip to match current behaviour (#6436)

This commit is contained in:
Tom 2023-06-16 06:25:52 +02:00 committed by GitHub
parent 618b1aba30
commit ee10ac8da9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -695,7 +695,7 @@
"ndv.title.rename": "Rename",
"ndv.title.renameNode": "Rename node",
"ndv.pinData.pin.title": "Pin data",
"ndv.pinData.pin.description": "Node will always output this data instead of executing. You can also pin data from previous executions.",
"ndv.pinData.pin.description": "Node will always output this data instead of executing.",
"ndv.pinData.pin.link": "More info",
"ndv.pinData.pin.multipleRuns.title": "Run #{index} was pinned",
"ndv.pinData.pin.multipleRuns.description": "This run will be outputted each time the node is run.",