Fix non-recursable and prevent recursion flags

192d50afb0975cf95c5120e9f1a9b1c40ea54e8e

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

1 files changed, +2 -2Showing whitespace changes
public/index.html+2 -2
@@ -6290,13 +6290,13 @@
6290 </span>6290 </span>
6291 <div>6291 <div>
6292 <label class="checkbox flex-container alignitemscenter flexNoGap">6292 <label class="checkbox flex-container alignitemscenter flexNoGap">
6293 <input type="checkbox" name="exclude_recursion" />6293 <input type="checkbox" name="excludeRecursion" />
6294 <span data-i18n="Non-recursable (will not be activated by another)">6294 <span data-i18n="Non-recursable (will not be activated by another)">
6295 Non-recursable (will not be activated by another)6295 Non-recursable (will not be activated by another)
6296 </span>6296 </span>
6297 </label>6297 </label>
6298 <label class="checkbox flex-container alignitemscenter flexNoGap">6298 <label class="checkbox flex-container alignitemscenter flexNoGap">
6299 <input type="checkbox" name="prevent_recursion" />6299 <input type="checkbox" name="preventRecursion" />
6300 <span data-i18n="Prevent further recursion (this entry will not activate others)">6300 <span data-i18n="Prevent further recursion (this entry will not activate others)">
6301 Prevent further recursion (will not activate others)6301 Prevent further recursion (will not activate others)
6302 </span>6302 </span>