Repository: ambari Updated Branches: refs/heads/branch-2.4 f289a734b -> 4986065f7
AMBARI-17865 incorrect text for disabled "Change Password" button (zhewang) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/4986065f Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/4986065f Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/4986065f Branch: refs/heads/branch-2.4 Commit: 4986065f76b4f21f6ba5bba114157f924a95d00b Parents: f289a73 Author: Zhe (Joe) Wang <[email protected]> Authored: Fri Jul 22 18:07:44 2016 -0700 Committer: Zhe (Joe) Wang <[email protected]> Committed: Fri Jul 22 18:09:15 2016 -0700 ---------------------------------------------------------------------- .../src/main/resources/ui/admin-web/app/views/users/show.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/4986065f/ambari-admin/src/main/resources/ui/admin-web/app/views/users/show.html ---------------------------------------------------------------------- diff --git a/ambari-admin/src/main/resources/ui/admin-web/app/views/users/show.html b/ambari-admin/src/main/resources/ui/admin-web/app/views/users/show.html index a1b4c95..e576b28 100644 --- a/ambari-admin/src/main/resources/ui/admin-web/app/views/users/show.html +++ b/ambari-admin/src/main/resources/ui/admin-web/app/views/users/show.html @@ -53,7 +53,7 @@ <label for="password" class="col-sm-2 control-label">{{'users.password' | translate}}</label> <div class="col-sm-10"> <div ng-switch="user.ldap_user"> - <button class="btn deleteuser-btn disabled btn-default" ng-switch-when="true" tooltip="{{'users.alerts.cannotChange' | translate: '{term: constants.password}'}}">{{'users.changePassword'}}</button> + <button class="btn deleteuser-btn disabled btn-default" ng-switch-when="true" tooltip="{{'users.alerts.cannotChange' | translate: '{term: constants.password}'}}">{{'users.changePassword' | translate}}</button> <a href ng-click="openChangePwdDialog()" ng-switch-when="false" class="btn btn-default changepassword">{{'users.changePassword' | translate}}</a> </div>
