Make Run on edit actually work

Fixes #2958
This commit is contained in:
Cohee
2024-10-07 20:21:07 +03:00
parent 591f61d354
commit 9e50ff34c9
3 changed files with 12 additions and 4 deletions

View File

@ -117,7 +117,7 @@
<input type="checkbox" name="disabled" />
<span data-i18n="Disabled">Disabled</span>
</label>
<label class="checkbox flex-container">
<label class="checkbox flex-container" title="Run the regex script when the message belonging a to specified role(s) is edited.">
<input type="checkbox" name="run_on_edit" />
<span data-i18n="Run On Edit">Run On Edit</span>
</label>