Skip to content

Commit

Permalink
Fixed spelling error (apache#17942)
Browse files Browse the repository at this point in the history
  • Loading branch information
acrks authored and bwang221 committed Feb 10, 2022
1 parent 146a666 commit 9ba1733
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
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 9ba1733

Please sign in to comment.