]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
toasterui: remove 'targets' from project notification
authorBelen Barros Pena <belen.barros.pena@intel.com>
Tue, 31 Mar 2015 14:37:48 +0000 (15:37 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 17 Apr 2015 10:53:34 +0000 (11:53 +0100)
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>
lib/toaster/toastergui/static/js/projectapp.js

index 0b6e0126ddfdb6715fbb56cb32a49d3f50feda0c..d52ba73f3d1ba0138057306347e0740434db1df6 100644 (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 () {