diff options
Diffstat (limited to 'h-source/Application/Controllers/BluetoothController.php')
-rw-r--r-- | h-source/Application/Controllers/BluetoothController.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/h-source/Application/Controllers/BluetoothController.php b/h-source/Application/Controllers/BluetoothController.php index 5d701e9..36751e8 100644 --- a/h-source/Application/Controllers/BluetoothController.php +++ b/h-source/Application/Controllers/BluetoothController.php @@ -66,6 +66,9 @@ class BluetoothController extends GenericController $data['intefaceOptions'] = $interfaceOptions; $data['worksOptions'] = $worksOptions; $data['worksField'] = $worksField; + + $data['notFoundString'] = "No bluetooth devices found"; + $this->append($data); } |