Skip to content

Commit

Permalink
Merge pull request #21 from luaduck/patch-1
Browse files Browse the repository at this point in the history
Fix description of weight / length calculation checkbox
  • Loading branch information
jasiek authored Dec 14, 2019
2 parents d1dc75a + 9630b63 commit 448bc8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions octoprint_cost/templates/cost_settings.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
</div>
</div>
</div>
<div class="control-group" title="Check this to calculate by length, uncheck for by weight.">
<div class="control-group" title="Check this to calculate by weight, uncheck for length.">
<div class="controls">
<label class="checkbox">
<input data-bind="checked: check_cost" type="checkbox">Cost per length instead of weight
<input data-bind="checked: check_cost" type="checkbox">Calculate cost by weight instead of length
</label>
</div>
</div>
Expand Down

0 comments on commit 448bc8e

Please sign in to comment.