Skip to content

Commit

Permalink
Fix description of weight / length calculation checkbox
Browse files Browse the repository at this point in the history
As per jasiek#15
  • Loading branch information
duckfullstop committed Jan 31, 2019
1 parent d1dc75a commit 9630b63
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 9630b63

Please sign in to comment.