Skip to content

Commit

Permalink
Fixed spelling error (#17942)
Browse files Browse the repository at this point in the history
  • Loading branch information
acrks committed Jan 6, 2022
1 parent 9e69940 commit f75908b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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) }}"
Expand Down

0 comments on commit f75908b

Please sign in to comment.