diff --git a/Keystats/AppDelegate.m b/Keystats/AppDelegate.m index f7608ad..96391e9 100644 --- a/Keystats/AppDelegate.m +++ b/Keystats/AppDelegate.m @@ -335,7 +335,7 @@ - (void)computeBufferValuesAndUpdateLabels{ _knowsEarliestDate = YES; if (!result) { - dateString = @"No data has been collected yet"; + dateString = @""; } else{ dateString = [NSString stringWithFormat:@"Keystrokes collected since %@", result];