mirror of
https://github.com/permissionlesstech/bitchat.git
synced 2026-07-26 17:45:21 +00:00
Update terminology to be more human-friendly
- Change 'nick:' to 'name:' in the UI - Replace 'peer/peers' with 'person/people' throughout - Update 'No peers connected' to 'No people connected' - Fix menu layout with fixedSize() - Update debug messages to use 'people' instead of 'peers'
This commit is contained in:
@@ -143,7 +143,7 @@ class BluetoothMeshService: NSObject {
|
||||
print("[DEBUG] Cannot scan - central not powered on")
|
||||
return
|
||||
}
|
||||
print("[DEBUG] Starting scan for peers...")
|
||||
print("[DEBUG] Starting scan for people...")
|
||||
centralManager.scanForPeripherals(withServices: [BluetoothMeshService.serviceUUID], options: [CBCentralManagerScanOptionAllowDuplicatesKey: false])
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user