diff --git a/bitbake/lib/toaster/toastergui/static/js/projectapp.js b/bitbake/lib/toaster/toastergui/static/js/projectapp.js
index 741038df27..bb97f3292c 100644
--- a/bitbake/lib/toaster/toastergui/static/js/projectapp.js
+++ b/bitbake/lib/toaster/toastergui/static/js/projectapp.js
@@ -599,7 +599,7 @@ projectApp.controller('prjCtrl', function($scope, $modal, $http, $interval, $loc
text = "You have imported "+imported.imported_layer.name+
" and added "+(imported.deps_added.length+1)+
- " layers to your project. "+links+"";
+ " layers to your project: "+links+"";
}
$scope.displayAlert($scope.zone2alerts, text, "alert-info");