mirror of
https://github.com/apache/superset.git
synced 2026-06-04 15:19:25 +00:00
Fixed spelling error (#17942)
This commit is contained in:
@@ -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) }}"
|
||||
|
||||
Reference in New Issue
Block a user