Skip to content

Commit 42aeb08

Browse files
committed
renamed cmfeedback and specified more jobstatus table button
1 parent 82b7164 commit 42aeb08

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/views/JobStatus/JobStatus.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ class JobStatus extends Component {
9898
checked={this.state.fetchJobs}
9999
onChange={this.checkboxChange.bind(this)}/>
100100
<Checkbox id="showCompleted" name="showCompleted"
101-
label="Show completed tasks" inline
101+
label="Show also completed tasks" inline
102102
checked={this.state.showCompleted}
103103
onChange={this.checkboxChange.bind(this)}/>
104104
<Checkbox id="showDeleteButton" name="showDeleteButton"

0 commit comments

Comments
 (0)