Explorar el Código

Interface naming consistency

Ryan Olson hace 11 años
padre
commit
d468254b21
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Classes/Network/FLEXNetworkHistoryTableViewController.m

+ 1 - 1
Classes/Network/FLEXNetworkHistoryTableViewController.m

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