diff options
author | Belen Barros Pena <belen.barros.pena@intel.com> | 2015-03-31 15:37:48 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-04-17 11:53:57 +0100 |
commit | 77cad30d531c3c68cd4dd1e26481e09f8546e014 (patch) | |
tree | d3dd9426ecb1073f6ed33a60c051fc731e4ab1aa /bitbake | |
parent | c6552273dd0b240be21de5ad7ccd16a636d660f8 (diff) | |
download | poky-77cad30d531c3c68cd4dd1e26481e09f8546e014.tar.gz |
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>
Diffstat (limited to 'bitbake')
-rw-r--r-- | bitbake/lib/toaster/toastergui/static/js/projectapp.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastergui/static/js/projectapp.js b/bitbake/lib/toaster/toastergui/static/js/projectapp.js index 0b6e0126dd..d52ba73f3d 100644 --- a/bitbake/lib/toaster/toastergui/static/js/projectapp.js +++ b/bitbake/lib/toaster/toastergui/static/js/projectapp.js | |||
@@ -692,7 +692,7 @@ projectApp.controller('prjCtrl', function($scope, $modal, $http, $interval, $loc | |||
692 | "Your project <strong>" + $scope.project.name + | 692 | "Your project <strong>" + $scope.project.name + |
693 | "</strong> has been created. You can now <a href=\""+ $scope.urls.layers + | 693 | "</strong> has been created. You can now <a href=\""+ $scope.urls.layers + |
694 | "\">add layers</a> and <a href=\""+ $scope.urls.targets + | 694 | "\">add layers</a> and <a href=\""+ $scope.urls.targets + |
695 | "\">select targets</a> you want to build.", "alert-success"); | 695 | "\">select recipes</a> you want to build.", "alert-success"); |
696 | }); | 696 | }); |
697 | 697 | ||
698 | _cmdExecuteWithParam("/machineselected", function () { | 698 | _cmdExecuteWithParam("/machineselected", function () { |