1 parent 9b0124f commit 894c565Copy full SHA for 894c565
1 file changed
webpack_in/entry.jsx
@@ -169,7 +169,8 @@ class ListWidget extends React.Component {
169
}}/>
170
<ButtonWidget caption="Edit item..."
171
isDisabled={ arrItemsSelected.length !== 1 }/>
172
- <ButtonWidget caption="Remove item..."
+ <ButtonWidget caption={ arrItemsSelected.length > 1 ? "Remove items..."
173
+ : "Remove item..." }
174
isDisabled={ arrItemsSelected.length === 0 }/>
175
</div>
176
0 commit comments