Fix non-recursable and prevent recursion flags

192d50afb0975cf95c5120e9f1a9b1c40ea54e8e

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +2 -2Ignore whitespace
public/index.html+2 -2
@@ -6290,13 +6290,13 @@
62906290 </span>
62916291 <div>
62926292 <label class="checkbox flex-container alignitemscenter flexNoGap">
62936293 <input type="checkbox" name="exclude_recursionexcludeRecursion" />
62946294 <span data-i18n="Non-recursable (will not be activated by another)">
62956295 Non-recursable (will not be activated by another)
62966296 </span>
62976297 </label>
62986298 <label class="checkbox flex-container alignitemscenter flexNoGap">
62996299 <input type="checkbox" name="prevent_recursionpreventRecursion" />
63006300 <span data-i18n="Prevent further recursion (this entry will not activate others)">
63016301 Prevent further recursion (will not activate others)
63026302 </span>