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) { if (!ctx.layerVersion.inCurrentPrj){ if (ctx.numTargets > 0) { var text = " Add the "+ctx.layerVersion.name+" layer to your project "+ - "to enable these targets"; + "to enable these recipes"; addRmLayerBtn.text(text); addRmLayerBtn.prepend(""); } else { diff --git a/bitbake/lib/toaster/toastergui/templates/base.html b/bitbake/lib/toaster/toastergui/templates/base.html index 2535f70af8..58392b36f5 100644 --- a/bitbake/lib/toaster/toastergui/templates/base.html +++ b/bitbake/lib/toaster/toastergui/templates/base.html @@ -100,9 +100,9 @@
Toaster does not have target information for the {{layerversion.layer.name}} layer.
-Toaster learns about layers when you build them. If this layer provides any targets, they will be listed here after you build the {{layerversion.layer.name}} layer.
+Toaster does not have recipe information for the {{layerversion.layer.name}} layer.
+Toaster learns about layers when you build them. If this layer provides any recipes, they will be listed here after you build the {{layerversion.layer.name}} layer.
Toaster has no target information. To generate target information you can:
+Toaster has no recipe information. To generate recipe information you can: