Skip to content

Commit

Permalink
Merge pull request #12 from sargonas/patch-1
Browse files Browse the repository at this point in the history
correcting hover-text for length/weight toggle
  • Loading branch information
jasiek authored Jan 4, 2019
2 parents fcdd675 + 55d2afc commit d1dc75a
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="Makes OctoPrint try to connect to the printer automatically during start up">
<div class="control-group" title="Check this to calculate by length, uncheck for by weight.">
<div class="controls">
<label class="checkbox">
<input data-bind="checked: check_cost" type="checkbox">Cost per length or weight
<input data-bind="checked: check_cost" type="checkbox">Cost per length instead of weight
</label>
</div>
</div>
Expand Down

0 comments on commit d1dc75a

Please sign in to comment.