aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBelen Barros Pena <belen.barros.pena@intel.com>2014-12-08 16:11:45 +0000
committerAlexandru DAMIAN <alexandru.damian@intel.com>2014-12-12 11:40:47 +0000
commitc23736003b788f2b45ae7cbcd7c7250ead2e5724 (patch)
tree9e8f2078c1cf2bf306d8aa75bf225849581a1e1a
parent19b8ff1949072691dade96038af529200175843a (diff)
downloadbitbake-c23736003b788f2b45ae7cbcd7c7250ead2e5724.tar.gz
toaster: Change the full stop to a colon
In the import layers notification for multiple layers there was a full stop where there should be a colon. Signed-off-by: Belen Barros Pena <belen.barros.pena@intel.com>
-rw-r--r--lib/toaster/toastergui/static/js/projectapp.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/toaster/toastergui/static/js/projectapp.js b/lib/toaster/toastergui/static/js/projectapp.js
index 741038df2..bb97f3292 100644
--- a/lib/toaster/toastergui/static/js/projectapp.js
+++ b/lib/toaster/toastergui/static/js/projectapp.js
@@ -599,7 +599,7 @@ projectApp.controller('prjCtrl', function($scope, $modal, $http, $interval, $loc
text = "You have imported <strong><a href=\""+$scope.urls.layer+
imported.imported_layer.id+"\">"+imported.imported_layer.name+
"</a></strong> and added <strong>"+(imported.deps_added.length+1)+
- "</strong> layers to your project. <strong>"+links+"</strong>";
+ "</strong> layers to your project: <strong>"+links+"</strong>";
}
$scope.displayAlert($scope.zone2alerts, text, "alert-info");