[bitbake-devel] [PATCH 6/8] toasterui: remove 'targets' from project notification

Alex DAMIAN alexandru.damian at intel.com
Thu Apr 16 14:47:39 UTC 2015


From: Belen Barros Pena <belen.barros.pena at intel.com>

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 at intel.com>
---
 lib/toaster/toastergui/static/js/projectapp.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/toaster/toastergui/static/js/projectapp.js b/lib/toaster/toastergui/static/js/projectapp.js
index 0b6e012..d52ba73 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 () {
-- 
1.9.1




More information about the bitbake-devel mailing list