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 <[email protected]> Authored: Fri Apr 10 17:13:07 2015 +0530 Committer: Imesh Gunaratne <[email protected]> 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>
