From 2d98e33e98a8d0ef8fbc396810efa847fd706480 Mon Sep 17 00:00:00 2001
From: Anthony Lapenna <lapenna.anthony@gmail.com>
Date: Wed, 24 Aug 2016 15:45:44 +1200
Subject: [PATCH] style(template): Update title and section name (#162)

---
 app/components/templates/templates.html | 6 +++---
 index.html                              | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app/components/templates/templates.html b/app/components/templates/templates.html
index fb756ed31..37e0c5025 100644
--- a/app/components/templates/templates.html
+++ b/app/components/templates/templates.html
@@ -1,16 +1,16 @@
 <rd-header>
-  <rd-header-title title="Apps list">
+  <rd-header-title title="Application templates list">
     <a data-toggle="tooltip" title="Refresh" ui-sref="templates" ui-sref-opts="{reload: true}">
       <i class="fa fa-refresh" aria-hidden="true"></i>
     </a>
   </rd-header-title>
-  <rd-header-content>Apps</rd-header-content>
+  <rd-header-content>Templates</rd-header-content>
 </rd-header>
 
 <div class="row">
   <div class="col-lg-12 col-md-12 col-xs-12">
     <rd-widget>
-      <rd-widget-header icon="fa-rocket" title="Available apps">
+      <rd-widget-header icon="fa-rocket" title="Available templates">
         <div class="pull-right">
           <i id="loadTemplatesSpinner" class="fa fa-cog fa-2x fa-spin" style="margin-top: 5px;"></i>
         </div>
diff --git a/index.html b/index.html
index 371ca6bd3..80cb7384b 100644
--- a/index.html
+++ b/index.html
@@ -42,7 +42,7 @@
           <a ui-sref="index">Dashboard <span class="menu-icon fa fa-tachometer"></span></a>
         </li>
         <li class="sidebar-list">
-          <a ui-sref="templates">Apps <span class="menu-icon fa fa-rocket"></span></a>
+          <a ui-sref="templates">App Templates <span class="menu-icon fa fa-rocket"></span></a>
         </li>
         <li class="sidebar-list">
           <a ui-sref="containers">Containers <span class="menu-icon fa fa-server"></span></a>