소스 검색

fixes 169: ability to grant super cow powers to users

Davide Alberani 7 년 전
부모
커밋
6648154ba6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      angular_app/user-edit.html

+ 1 - 1
angular_app/user-edit.html

@@ -22,7 +22,7 @@
                 </div>
                 <div class="checkbox">
                     <label>
-                        <input type="checkbox" ng-model="updateUserInfo.isAdmin"> Check me out
+                        <input type="checkbox" ng-model="updateUserInfo.isAdmin"> {{'is admin' | translate}}
                     </label>
                 </div>
                 <button type="submit" ng-click="updateUser()" class="btn btn-success top10">{{'update' | translate}}</button>