Correct typing error on settings...

This commit is contained in:
sebastien 2017-07-26 00:20:46 +02:00
parent 11341b6242
commit 928585808e

View File

@ -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>