Fixed spelling error (#17942)
This commit is contained in:
parent
9e69940171
commit
f75908b1dc
|
|
@ -79,7 +79,7 @@
|
|||
<input
|
||||
class="form-control"
|
||||
type="checkbox"
|
||||
data-toggle="tooltip" rel="tooltip" title="{{_('Use the edit buttom to change this field')}}"
|
||||
data-toggle="tooltip" rel="tooltip" title="{{_('Use the edit button to change this field')}}"
|
||||
{{'checked' if item[value] }}
|
||||
name="{{ '{}__{}'.format(pk, value) }}"
|
||||
id="{{ '{}__{}'.format(pk, value) }}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue