Skip to content

Commit

Permalink
Fix: DL.SettingOptinalRuleExceedsByFiveHint not displayed
Browse files Browse the repository at this point in the history
  • Loading branch information
sasquach45932 committed Dec 18, 2024
1 parent 8a0aad0 commit bb929b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/templates/setting/optionalrules.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
<div class="form-group">
<label>{{localize "DL.SettingOptinalRuleExceedsByFive"}}</label>
<input type="checkbox" name="optinalRuleExceedsByFive" {{checked optinalRuleExceedsByFive}} data-dtype="Boolean" />
<p class="notes">{{localize "DL.SettingOptinalRuleExceedsByFiveHint"}}</p>
</div>
<hr>
<div class="form-group">
Expand Down

0 comments on commit bb929b3

Please sign in to comment.