Skip to content

Commit

Permalink
update notice on reset screen to make more sense
Browse files Browse the repository at this point in the history
  • Loading branch information
tharsheblows committed Aug 5, 2024
1 parent b96794f commit e842334
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/class-settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ private function get_async_deletion_warning() {
return $has_scheduled_action ?
__( 'Currently deleting records. Please be patient, this can take a while.', 'stream' )
:
__( 'Warning: This will delete all activity records from the database for this site currently in the database. If any are added while this is running, they will not be deleted.', 'stream' );
__( 'Warning: This will delete all activity records from the database for this site. If any are added while this is running, they will not be deleted.', 'stream' );
}

/**
Expand Down

0 comments on commit e842334

Please sign in to comment.