summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/static/js/layerdetails.js
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/toaster/toastergui/static/js/layerdetails.js')
-rw-r--r--bitbake/lib/toaster/toastergui/static/js/layerdetails.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastergui/static/js/layerdetails.js b/bitbake/lib/toaster/toastergui/static/js/layerdetails.js
index 5b7787728d..bac60c4512 100644
--- a/bitbake/lib/toaster/toastergui/static/js/layerdetails.js
+++ b/bitbake/lib/toaster/toastergui/static/js/layerdetails.js
@@ -155,7 +155,7 @@ function layerDetailsPageInit (ctx) {
155 if (!ctx.layerVersion.inCurrentPrj){ 155 if (!ctx.layerVersion.inCurrentPrj){
156 if (ctx.numTargets > 0) { 156 if (ctx.numTargets > 0) {
157 var text = " Add the "+ctx.layerVersion.name+" layer to your project "+ 157 var text = " Add the "+ctx.layerVersion.name+" layer to your project "+
158 "to enable these targets"; 158 "to enable these recipes";
159 addRmLayerBtn.text(text); 159 addRmLayerBtn.text(text);
160 addRmLayerBtn.prepend("<span class=\"icon-plus\"></span>"); 160 addRmLayerBtn.prepend("<span class=\"icon-plus\"></span>");
161 } else { 161 } else {