Skip to content

Commit 131d494

Browse files
committed
correct label on server control component
1 parent cbff961 commit 131d494

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/App/components/ServerCtl/ServerCtl.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ class ServerCtl extends React.Component {
227227
<div className="checkbox">
228228
<label for="allowCmd">
229229
<input id="allowCmd" ref="allowCmd" type="checkbox" onClick={this.toggleAllowCmd} />
230-
Allow commands on the server
230+
Disable commands on the server
231231
</label>
232232
</div>
233233
</div>

0 commit comments

Comments
 (0)