rename default fan speed variable to be more clear

This commit is contained in:
ntoff
2017-09-06 17:52:23 +10:00
parent b03a045b24
commit 988512f522
3 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@
<label class="control-label">{{ _('Default Value') }}</label>
<div class="controls">
<div class="input-append">
<input type="number" min="0" max="100" class="input-mini" data-bind="value: settings.plugins.fanspeedslider.fanSpeed">
<input type="number" min="0" max="100" class="input-mini" data-bind="value: settings.plugins.fanspeedslider.defaultFanSpeed">
<span class="add-on">%</span>
</div>
<span class="help-block">{{ _('The default value the slider will be set to when opening OctoPrint\'s UI') }}</span>