diff options
Diffstat (limited to 'bitbake/lib/toaster/toastergui/static/js/projectapp.js')
-rw-r--r-- | bitbake/lib/toaster/toastergui/static/js/projectapp.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bitbake/lib/toaster/toastergui/static/js/projectapp.js b/bitbake/lib/toaster/toastergui/static/js/projectapp.js index 356b92fc5a..f0569de04d 100644 --- a/bitbake/lib/toaster/toastergui/static/js/projectapp.js +++ b/bitbake/lib/toaster/toastergui/static/js/projectapp.js | |||
@@ -477,13 +477,13 @@ projectApp.controller('prjCtrl', function($scope, $modal, $http, $interval, $loc | |||
477 | var oldLayers = []; | 477 | var oldLayers = []; |
478 | switch(elementid) { | 478 | switch(elementid) { |
479 | case '#select-machine': | 479 | case '#select-machine': |
480 | alertText = "You have changed the machine to: <b>" + $scope.machineName + "</b>"; | 480 | alertText = "You have changed the machine to: <strong>" + $scope.machineName + "</strong>"; |
481 | alertZone = $scope.zone2alerts; | 481 | alertZone = $scope.zone2alerts; |
482 | data['machineName'] = $scope.machineName; | 482 | data['machineName'] = $scope.machineName; |
483 | break; | 483 | break; |
484 | case '#change-project-name': | 484 | case '#change-project-name': |
485 | data['projectName'] = $scope.projectName; | 485 | data['projectName'] = $scope.projectName; |
486 | alertText = "You have changed the project name to: <b>" + $scope.projectName + "</b>"; | 486 | alertText = "You have changed the project name to: <strong>" + $scope.projectName + "</strong>"; |
487 | alertZone = $scope.zone3alerts; | 487 | alertZone = $scope.zone3alerts; |
488 | break; | 488 | break; |
489 | case '#change-project-version': | 489 | case '#change-project-version': |