Skip to content

Commit

Permalink
add more warning
Browse files Browse the repository at this point in the history
  • Loading branch information
L-M-Sherlock committed Aug 11, 2024
1 parent d34ffe4 commit 15668f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schedule/flatten.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def get_desired_flatten_limit_with_response(did):
info_text = (
"This feature only affects the cards that have been scheduled by FSRS.\n"
)
warning_text = "This feature doesn't respect maximum interval settings.\n"
warning_text = "This feature doesn't respect maximum interval settings, and may reduce your true retention significantly.\n"
(s, r) = getText(inquire_text + info_text + warning_text, default="100")
if r:
return (RepresentsInt(s), r)
Expand Down

0 comments on commit 15668f2

Please sign in to comment.