Browse Source

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

Yusaku Sako 12 years ago
parent
commit
e6be9e275a
1 changed files with 1 additions and 1 deletions
  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 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>
       </th>
       <th>{{t common.version}}</th>