change sentence case on user
Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/94a2abd8 Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/94a2abd8 Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/94a2abd8 Branch: refs/heads/master Commit: 94a2abd8e42fc97a879bc0dd51cfac93a2ff9a01 Parents: 8d42f38 Author: Dakshika Jayathilaka <[email protected]> Authored: Fri Jan 16 16:41:53 2015 +0530 Committer: Dakshika Jayathilaka <[email protected]> Committed: Fri Jan 16 16:41:53 2015 +0530 ---------------------------------------------------------------------- .../console/themes/theme0/partials/users_form.hbs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/94a2abd8/components/org.apache.stratos.manager.console/console/themes/theme0/partials/users_form.hbs ---------------------------------------------------------------------- diff --git a/components/org.apache.stratos.manager.console/console/themes/theme0/partials/users_form.hbs b/components/org.apache.stratos.manager.console/console/themes/theme0/partials/users_form.hbs index 026391b..a98f35b 100644 --- a/components/org.apache.stratos.manager.console/console/themes/theme0/partials/users_form.hbs +++ b/components/org.apache.stratos.manager.console/console/themes/theme0/partials/users_form.hbs @@ -54,14 +54,14 @@ </div> </div> <div class="col-md-7 col-sm-3 text-right"> - <a type="button" class="btn btn-primary btn-lg" href="new/">Add new {{formContext}}</a> + <a type="button" class="btn btn-primary btn-lg" href="new/">Add New {{formContext}}</a> </div> </div> {{else}} <div class="row no-item row-overide"> <div class="row title"> <h2>No {{formTitle}} found..</h2> - <a type="button" class="btn btn-primary btn-lg" href="new/">Add new {{formTitle}}</a> + <a type="button" class="btn btn-primary btn-lg" href="new/">Add New {{formTitle}}</a> </div> </div> {{/if}}
