aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Controllers/ThreegcardsController.php
diff options
context:
space:
mode:
Diffstat (limited to 'h-source/Application/Controllers/ThreegcardsController.php')
-rw-r--r--h-source/Application/Controllers/ThreegcardsController.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/h-source/Application/Controllers/ThreegcardsController.php b/h-source/Application/Controllers/ThreegcardsController.php
index dbd1315..1681158 100644
--- a/h-source/Application/Controllers/ThreegcardsController.php
+++ b/h-source/Application/Controllers/ThreegcardsController.php
@@ -62,6 +62,9 @@ class ThreegcardsController extends GenericController
$data['intefaceOptions'] = Wifi::$interface;
$data['worksOptions'] = Wifi::$wifiSelect;
$data['worksField'] = 'wifi_works';
+
+ $data['notFoundString'] = "No 3G cards found";
+
$this->append($data);
}