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
introText+=this.tr("This project will be published and accessible to everyone.");
55
-
introText+="<br>";
56
-
introText+=this.tr("All users will see it and can copy it.");
57
-
}else{
58
-
introText+=this.tr("This project will be saved as a template.");
59
-
introText+="<br>";
60
-
introText+=this.tr("The users you select will be able to see it and copy it.");
61
-
}
52
+
constintroText=this.__makeItPublic ?
53
+
this.tr("Share your project with the entire community as a Public Project. This makes it discoverable and reusable by others, encouraging collaboration and inspiration.")
54
+
:
55
+
this.tr("Save the current state of your project as a reusable Template. Templates let you branch off easily and start new workflows. You can later decide with whom to share it.");
0 commit comments