Fix spelling mistake

This commit is contained in:
Isaac Janzen 2023-04-26 14:42:34 -05:00
parent 19178e30f8
commit 7aa1b55267
No known key found for this signature in database
GPG Key ID: D75AF9C21FD8EBCD
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
<Input
@type="checkbox"
@checked={{readonly category.enable_unassigned_filter}}
{{on "changed" (action "onChangeSetting" value="target.checked")}}
{{on "change" (action "onChangeSetting" value="target.checked")}}
/>
{{i18n "discourse_assign.add_unassigned_filter"}}
</label>