Skip to content

Commit

Permalink
improve wording
Browse files Browse the repository at this point in the history
  • Loading branch information
L-M-Sherlock committed Jan 14, 2025
1 parent 6b35837 commit 4195ff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ def get_steps_stats(self: CollectionStats):
if ((step >= cutoff || Number.isNaN(step))) {{
return '';
}} else if (count < 100) {{
return '(not enough data)';
return '(data is not enough, please keep current setting)';
}}
return formatTime(Math.max(step, 1));
}};
Expand Down

0 comments on commit 4195ff0

Please sign in to comment.