소스 검색

AMBARI-3102. Install Wizard > Select Services: "minimum" no longer seem appropriate when de-selecting services as we select none. (yusaku)

Yusaku Sako 12 년 전
부모
커밋
e6be9e275a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      ambari-web/app/templates/wizard/step4.hbs

+ 1 - 1
ambari-web/app/templates/wizard/step4.hbs

@@ -30,7 +30,7 @@
           <a href="#" {{action selectAll target="controller"}} {{bindAttr class="isAll:selected:deselected"}}>{{t all}}</a>
           <a href="#" {{action selectAll target="controller"}} {{bindAttr class="isAll:selected:deselected"}}>{{t all}}</a>
                 |
                 |
                 <a
                 <a
-                  href="#" {{action selectMinimum target="controller"}} {{bindAttr class="isMinimum:selected:deselected"}}>{{t minimum}}</a>
+                  href="#" {{action selectMinimum target="controller"}} {{bindAttr class="isMinimum:selected:deselected"}}>{{t none}}</a>
         </span>
         </span>
       </th>
       </th>
       <th>{{t common.version}}</th>
       <th>{{t common.version}}</th>