You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by da...@apache.org on 2015/05/15 08:47:12 UTC

stratos git commit: fix typo issue

Repository: stratos
Updated Branches:
  refs/heads/master d9ef8c4c6 -> 51ac44ed3


fix typo issue


Project: http://git-wip-us.apache.org/repos/asf/stratos/repo
Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/51ac44ed
Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/51ac44ed
Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/51ac44ed

Branch: refs/heads/master
Commit: 51ac44ed3f9e5fe1de38d7ea4b0c4f1fa67a385c
Parents: d9ef8c4
Author: Dakshika Jayathilaka <si...@gmail.com>
Authored: Fri May 15 12:16:25 2015 +0530
Committer: Dakshika Jayathilaka <si...@gmail.com>
Committed: Fri May 15 12:16:37 2015 +0530

----------------------------------------------------------------------
 .../console/themes/theme0/partials/applications_form.hbs           | 2 +-
 .../console/themes/theme0/partials/configure_form.hbs              | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/stratos/blob/51ac44ed/components/org.apache.stratos.manager.console/console/themes/theme0/partials/applications_form.hbs
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.manager.console/console/themes/theme0/partials/applications_form.hbs b/components/org.apache.stratos.manager.console/console/themes/theme0/partials/applications_form.hbs
index 2107879..6eebe0a 100644
--- a/components/org.apache.stratos.manager.console/console/themes/theme0/partials/applications_form.hbs
+++ b/components/org.apache.stratos.manager.console/console/themes/theme0/partials/applications_form.hbs
@@ -99,7 +99,7 @@
             {{else}}
                 <div class="row no-item row-overide">
                     <div class="row title">
-                        <h2>No <span>{{formTitle}}s</span> found..</h2>
+                        <h2>No <span>{{formTitle}}s</span> found...</h2>
                         <a type="button" class="btn btn-primary btn-lg" href="new/">Add New {{formTitle}}</a>
                     </div>
                 </div>

http://git-wip-us.apache.org/repos/asf/stratos/blob/51ac44ed/components/org.apache.stratos.manager.console/console/themes/theme0/partials/configure_form.hbs
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.manager.console/console/themes/theme0/partials/configure_form.hbs b/components/org.apache.stratos.manager.console/console/themes/theme0/partials/configure_form.hbs
index 8af3c34..b4bc3c4 100644
--- a/components/org.apache.stratos.manager.console/console/themes/theme0/partials/configure_form.hbs
+++ b/components/org.apache.stratos.manager.console/console/themes/theme0/partials/configure_form.hbs
@@ -129,7 +129,7 @@
     {{else}}
         <div class="row no-item row-overide">
             <div class="row title">
-                <h2>No <span>{{formTitle}}s</span> found..</h2>
+                <h2>No <span>{{formTitle}}s</span> found...</h2>
                 {{#if dependancy}}
                     <h3>You need to add <i>{{dependancy}}</i> before {{formTitle}}</h3>
                     <a type="button" class="btn btn-primary btn-lg" href="../{{dependancy}}/new/">Add New {{dependancy}}</a>