You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$('<p>').text("Hello! We have introduced 'projects' to Node-RED.").appendTo(body);
79
79
$('<p>').text("This is a new way for you to manage your flow files and includes version control of your flows.").appendTo(body);
80
-
$('<p>').text("To get started you can create your first project using your current flow files in a few easy steps.").appendTo(body);
81
-
$('<p>').text("If you are not sure, you can skip this for now. You will still be able to create your first project from the 'Projects' menu option at any time.").appendTo(body);
80
+
$('<p>').text("To get started you can create your first project or clone an existing project from a git repository.").appendTo(body);
81
+
$('<p>').text("If you are not sure, you can skip this for now. You will still be able to create your first project from the 'Projects' menu at any time.").appendTo(body);
0 commit comments