Remove the last remnant of the "targets" wording, which was
lurking in the notification we show you when you create
a project.
Signed-off-by: Belen Barros Pena <belen.barros.pena@intel.com>
"Your project <strong>" + $scope.project.name +
"</strong> has been created. You can now <a href=\""+ $scope.urls.layers +
"\">add layers</a> and <a href=\""+ $scope.urls.targets +
- "\">select targets</a> you want to build.", "alert-success");
+ "\">select recipes</a> you want to build.", "alert-success");
});
_cmdExecuteWithParam("/machineselected", function () {