Skip to content

Commit

Permalink
Label for wait for replacement tasks now fits on one line - the word …
Browse files Browse the repository at this point in the history
…'this' was removed
  • Loading branch information
Calvin Pomerantz committed Feb 12, 2016
1 parent 59072a1 commit 118487a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SingularityUI/app/views/taskOverviewSubview.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class taskOverviewSubview extends View
input: """
<label name="wait-for-replacement-task-label" id="wait-for-replacement-task-label" for="wait-for-replacement-task">
<input name="wait-for-replacement-task" id="wait-for-replacement-task" type="checkbox" #{checked} />
Wait for replacement task to start before killing this task
Wait for replacement task to start before killing task
</label>
<input name="message" type="text" placeholder="Message (optional)" />
"""
Expand Down

0 comments on commit 118487a

Please # to comment.