aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBelen Barros Pena <belen.barros.pena@intel.com>2015-03-31 15:37:48 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-04-17 11:53:34 +0100
commitff475c1a6dec883f855dfce7cb0650135da33751 (patch)
treea37006594c5d74bfd2a29d0944e7be20abfbbd48
parent62f486f81f59a3186a57f93c3b102404a3da8a6f (diff)
downloadbitbake-ff475c1a6dec883f855dfce7cb0650135da33751.tar.gz
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. Signed-off-by: Belen Barros Pena <belen.barros.pena@intel.com>
-rw-r--r--lib/toaster/toastergui/static/js/projectapp.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/toaster/toastergui/static/js/projectapp.js b/lib/toaster/toastergui/static/js/projectapp.js
index 0b6e0126d..d52ba73f3 100644
--- a/lib/toaster/toastergui/static/js/projectapp.js
+++ b/lib/toaster/toastergui/static/js/projectapp.js
@@ -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 () {