We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbff961 commit 131d494Copy full SHA for 131d494
ui/App/components/ServerCtl/ServerCtl.jsx
@@ -227,7 +227,7 @@ class ServerCtl extends React.Component {
227
<div className="checkbox">
228
<label for="allowCmd">
229
<input id="allowCmd" ref="allowCmd" type="checkbox" onClick={this.toggleAllowCmd} />
230
- Allow commands on the server
+ Disable commands on the server
231
</label>
232
</div>
233
0 commit comments