updated notify to accomodate for updated countdown

This commit is contained in:
KCaverly 2023-09-08 16:53:16 -04:00
parent bf43f93197
commit 37915ec4f2
3 changed files with 35 additions and 26 deletions

View file

@ -332,7 +332,7 @@ impl View for ProjectSearchView {
rate_limit_expiration_time.duration_since(SystemTime::now())
{
Some(format!(
"Remaining files to index(rate limit resets in {}s): {}",
"Remaining files to index (rate limit resets in {}s): {}",
remaining_seconds.as_secs(),
remaining_files
))