bitbake: toasterui: remove 'targets' from project notification

Remove the last remnant of the "targets" wording, which was
lurking in the notification we show you when you create
a project.

(Bitbake rev: ff475c1a6dec883f855dfce7cb0650135da33751)

Signed-off-by: Belen Barros Pena <belen.barros.pena@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Belen Barros Pena
2015-03-31 15:37:48 +01:00
committed by Richard Purdie
parent c6552273dd
commit 77cad30d53

View File

@@ -692,7 +692,7 @@ projectApp.controller('prjCtrl', function($scope, $modal, $http, $interval, $loc
"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 () {