From 77cad30d531c3c68cd4dd1e26481e09f8546e014 Mon Sep 17 00:00:00 2001 From: Belen Barros Pena Date: Tue, 31 Mar 2015 15:37:48 +0100 Subject: 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 Signed-off-by: Richard Purdie --- bitbake/lib/toaster/toastergui/static/js/projectapp.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "Your project " + $scope.project.name + " has been created. You can now add layers and select targets you want to build.", "alert-success"); + "\">select recipes you want to build.", "alert-success"); }); _cmdExecuteWithParam("/machineselected", function () { -- cgit v1.2.3-54-g00ecf