From 420960ed9ee001936e807583e309d150e09d366a Mon Sep 17 00:00:00 2001 From: Calvo Date: Wed, 7 Apr 2021 10:14:27 +0200 Subject: [PATCH] Changed search bar text --- pandora_console/include/class/OrderInterpreter.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/include/class/OrderInterpreter.class.php b/pandora_console/include/class/OrderInterpreter.class.php index 947c70c953..e5b347d58f 100644 --- a/pandora_console/include/class/OrderInterpreter.class.php +++ b/pandora_console/include/class/OrderInterpreter.class.php @@ -424,7 +424,7 @@ class OrderInterpreter extends Wizard } if ($iterator === 0) { - echo __('No results found'); + echo __('Press enter to search'); } echo '';