diff --git a/_templates/layout.html b/_templates/layout.html
index cd42441bc49212ded469a6ef1fdcf1bbb93118e5..c6be8a80aa01d3e3f9e8dc92bbf8196334d69bf8 100644
--- a/_templates/layout.html
+++ b/_templates/layout.html
@@ -7,9 +7,9 @@
     </div>
   {% else %}
     <div class="wy-alert wy-alert-danger">
-     This is the latest (main) BeagleBoard documentation. 
-     If you are looking for the previous releases, use the 
-     drop-down menu on the left and select the desired version.
+     This is the latest (main) BeagleBoard documentation.
+     If you are looking for stable releases, use the
+     drop-down menu on the bottom-left and select the desired version.
     </div>
   {% endif %}
   {{ super() }}