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 82b7164 commit 42aeb08Copy full SHA for 42aeb08
src/components/explanation/CfFeedback.js renamed to src/components/explanation/CmFeedback.js
src/views/JobStatus/JobStatus.js
@@ -98,7 +98,7 @@ class JobStatus extends Component {
98
checked={this.state.fetchJobs}
99
onChange={this.checkboxChange.bind(this)}/>
100
<Checkbox id="showCompleted" name="showCompleted"
101
- label="Show completed tasks" inline
+ label="Show also completed tasks" inline
102
checked={this.state.showCompleted}
103
104
<Checkbox id="showDeleteButton" name="showDeleteButton"
0 commit comments