diff options
-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 () { |