Change for attribute with correct id

This commit is contained in:
Paul de Vries 2016-03-09 09:54:34 +01:00
parent 40cefe7a89
commit b1711f33d2

View file

@ -125,7 +125,7 @@
</div>
</div>
<div class="control-group" title="{{ _('Commands that always require a line number and checksum to be sent with them.') }}">
<label class="control-label" for="settings-serialChecksumRequiringCommands">{{ _('Commands that always require a checksum') }}</label>
<label class="control-label" for="settings-checksumRequiringCommands">{{ _('Commands that always require a checksum') }}</label>
<div class="controls">
<input type="text" class="input-block-level" id="settings-checksumRequiringCommands" data-bind="value: serial_checksumRequiringCommands">
<span class="help-inline">{{ _('Use this to specify which commands <strong>always</strong> need to be sent with a checksum. Comma separated list.') }}</span>