Fixed spelling error (#17942)

This commit is contained in:
acrks 2022-01-05 20:41:38 -08:00 committed by GitHub
parent 9e69940171
commit f75908b1dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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) }}"