Merge branch 'ent-7182-barra-de-busqueda-no-funciona-correctamente' into 'develop'

Changed search bar text

See merge request artica/pandorafms!4004
This commit is contained in:
Daniel Rodriguez 2021-05-26 13:36:47 +00:00
commit 693e3988b9
1 changed files with 1 additions and 1 deletions

View File

@ -424,7 +424,7 @@ class OrderInterpreter extends Wizard
}
if ($iterator === 0) {
echo __('No results found');
echo __('Press enter to search');
}
echo '</div>';