Przeglądaj źródła

Interface naming consistency

Ryan Olson 11 lat temu
rodzic
commit
d468254b21

+ 1 - 1
Classes/Network/FLEXNetworkHistoryTableViewController.m

@@ -134,7 +134,7 @@
         NSString *requestsText = totalRequests == 1 ? @"Request" : @"Requests";
         NSString *requestsText = totalRequests == 1 ? @"Request" : @"Requests";
         headerText = [NSString stringWithFormat:@"%ld %@ (%@ received)", (long)totalRequests, requestsText, byteCountText];
         headerText = [NSString stringWithFormat:@"%ld %@ (%@ received)", (long)totalRequests, requestsText, byteCountText];
     } else {
     } else {
-        headerText = @"⚠️  Sniffing Disabled (Enable in Settings)";
+        headerText = @"⚠️  Debugging Disabled (Enable in Settings)";
     }
     }
     return headerText;
     return headerText;
 }
 }