mirror of
https://github.com/Sebclem/OctoPrint-SimpleEmergencyStop.git
synced 2024-11-05 00:53:00 +01:00
Correct typing error on settings...
This commit is contained in:
parent
11341b6242
commit
928585808e
@ -5,7 +5,7 @@
|
||||
<div class="controls">
|
||||
<input type="text" class="input-block-level" data-bind="value: settings.plugins.simpleemergencystop.emergencyGCODE">
|
||||
</div>
|
||||
<label class="control-label">{{ _('Enable warding dialog ') }}</label>
|
||||
<label class="control-label">{{ _('Enable warning dialog ') }}</label>
|
||||
<div class="controls">
|
||||
<input type="checkbox" data-bind="checked: settings.plugins.simpleemergencystop.confirmationDialog">
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user