diff --git a/services/webapp/code/rosetta/core_app/templates/computings.html b/services/webapp/code/rosetta/core_app/templates/computings.html
index 01dee2d28aea3ecafcc49856262b9e9e06696d20..ff3d50742fef517c831472c1f631afc48688607d 100644
--- a/services/webapp/code/rosetta/core_app/templates/computings.html
+++ b/services/webapp/code/rosetta/core_app/templates/computings.html
@@ -10,9 +10,9 @@
     <div class="span8 offset2">
       
       {% if data.computing %}
-      <h1><a href="/computings">Computing</a> <span style="font-size:18px"> / {{ data.computing.name }}</span></h1>      
+      <h1><a href="/computings">Computing Resources</a> <span style="font-size:18px"> / {{ data.computing.name }}</span></h1>      
       {% else %}
-      <h1>Computing</h1>
+      <h1>Computing Resources</h1>
       {% endif %}
       
       <hr/>
diff --git a/services/webapp/code/rosetta/core_app/templates/containers.html b/services/webapp/code/rosetta/core_app/templates/containers.html
index da4c6c2af027d83e938fab003446283ad57bbb42..98c78a233ab76320f4ecf1a5ba00724605362671 100644
--- a/services/webapp/code/rosetta/core_app/templates/containers.html
+++ b/services/webapp/code/rosetta/core_app/templates/containers.html
@@ -10,7 +10,7 @@
     <div class="span8 offset2">
       
       {% if data.container %}
-      <h1><a href="/containers">Containers</a> <span style="font-size:18px"> / {{ data.container.name }}</span></h1>
+      <h1><a href="/containers">Software Containers</a> <span style="font-size:18px"> / {{ data.container.name }}</span></h1>
       {% else %}
       {% if data.mode == 'new_task' %}
       <h1>New Task</h1>
@@ -18,7 +18,7 @@
       <h3>Step 1: choose software container.</h3>
       <br/> 
       {% else %}
-      <h1>Containers</h1>
+      <h1>Software Containers</h1>
       <hr/>
       {% endif %}
  
diff --git a/services/webapp/code/rosetta/core_app/templates/main.html b/services/webapp/code/rosetta/core_app/templates/main.html
index a18904a676002628988980c7605c19c19cee2c18..ecdc2e396b297d07cbb2dc6213d166e7bf41721b 100644
--- a/services/webapp/code/rosetta/core_app/templates/main.html
+++ b/services/webapp/code/rosetta/core_app/templates/main.html
@@ -6,8 +6,8 @@
     <header id="top" class="header">
         <div style="display:table-row">
             <div class="text-vertical-center">
-                <h1>Rosetta <img src="/static/img/emoji_u1f6f0.png" style="height:84px; width:64px; padding-bottom:20px"></h1>
-                <h2 style="margin-top:10px; margin-left:25px; margin-right:25px; font-weight:100; line-height: 30px;"><i>A container-centric Science Platform<br></i></h2>
+                <h1>&nbsp;&nbsp;Rosetta <img src="/static/img/emoji_u1f6f0.png" style="height:84px; width:64px; padding-bottom:20px"></h1>
+                <h2 style="margin-top:10px; margin-left:25px; margin-right:25px; font-weight:100; line-height: 30px;"><i>A Science Platform for interactive data analysis<br></i></h2>
             </div>
         </div>
         
diff --git a/services/webapp/code/rosetta/core_app/templates/navigation.html b/services/webapp/code/rosetta/core_app/templates/navigation.html
index e499fcc98ce32ca05467c0dedcc72cd68a90525b..ddc02bb13a238debafec590fff6bbafde110e93b 100644
--- a/services/webapp/code/rosetta/core_app/templates/navigation.html
+++ b/services/webapp/code/rosetta/core_app/templates/navigation.html
@@ -25,7 +25,7 @@
                 <a href="/account" onclick = $("#menu-close").click(); >Account</a>
             </li>        
             <li>
-                <a href="/containers" onclick = $("#menu-close").click(); >Containers</a>
+                <a href="/containers" onclick = $("#menu-close").click(); >Software</a>
             </li>
             <li>
                 <a href="/computings" onclick = $("#menu-close").click(); >Computing</a>