Rename node to component (#9102)

For our users "Nodes" are called "Components". Which the users selects using the component browser. This MR just sets the text in the default workflow.
This commit is contained in:
AdRiley 2024-02-20 10:19:59 +00:00 committed by GitHub
parent 4cbdc9dfb6
commit 6eb3601e49
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,4 +5,4 @@ from Standard.AWS import all
import Standard.Visualization
main =
operator1 = "Press ENTER key to create a new node"
operator1 = "Press ENTER key to create a new component"