You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ak...@apache.org on 2015/07/10 12:25:18 UTC

incubator-ignite git commit: IGNITE-843 Confirm place holder.

Repository: incubator-ignite
Updated Branches:
  refs/heads/ignite-843 79d5f3e3e -> 7b18cdeb8


IGNITE-843 Confirm place holder.


Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/7b18cdeb
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/7b18cdeb
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/7b18cdeb

Branch: refs/heads/ignite-843
Commit: 7b18cdeb84a3abcccd83d1d1a19e815c2df11016
Parents: 79d5f3e
Author: AKuznetsov <ak...@gridgain.com>
Authored: Fri Jul 10 17:25:14 2015 +0700
Committer: AKuznetsov <ak...@gridgain.com>
Committed: Fri Jul 10 17:25:14 2015 +0700

----------------------------------------------------------------------
 modules/web-control-center/nodejs/views/profile.jade | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/7b18cdeb/modules/web-control-center/nodejs/views/profile.jade
----------------------------------------------------------------------
diff --git a/modules/web-control-center/nodejs/views/profile.jade b/modules/web-control-center/nodejs/views/profile.jade
index 217e892..358d30c 100644
--- a/modules/web-control-center/nodejs/views/profile.jade
+++ b/modules/web-control-center/nodejs/views/profile.jade
@@ -52,7 +52,7 @@ block container
                             .details-row
                                 +lbl('Confirm:')
                                 .col-sm-4
-                                    input.form-control(type='password', ng-model='profileUser.confirmPassword' match='profileUser.newPassword' placeholder='Confirm' ng-required='profileUser.changePassword')
+                                    input.form-control(type='password', ng-model='profileUser.confirmPassword' match='profileUser.newPassword' placeholder='Confirm new password' ng-required='profileUser.changePassword')
                     .col-sm-12.details-row
                         button#save-btn.btn.btn-primary(ng-disabled='profileForm.$invalid' ng-click='saveUser()') Save