You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by im...@apache.org on 2015/04/17 10:30:16 UTC

[11/16] stratos git commit: fix typo

fix typo


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

Branch: refs/heads/master
Commit: daabf060af248bf50149b575b0fdeafc238d5d39
Parents: e4f5649
Author: Dakshika Jayathilaka <si...@gmail.com>
Authored: Fri Apr 10 17:13:07 2015 +0530
Committer: Imesh Gunaratne <im...@apache.org>
Committed: Fri Apr 17 13:59:58 2015 +0530

----------------------------------------------------------------------
 .../console/themes/theme0/partials/configure_form.hbs              | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/stratos/blob/daabf060/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 474e90b..ea5cd2b 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
@@ -78,7 +78,7 @@
             {{else}}
                 <div class="row no-item row-overide">
                     <div class="row title">
-                        <h2>No {{buttonText}} found..</h2>
+                        <h2>No {{buttonText}} 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>