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:
jack
2025-07-02 21:25:35 +02:00
parent b517cb7cc3
commit d67e11cdab
2 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -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])
}