#18085 fixed up error message

This commit is contained in:
Jorge Rincon 2023-04-17 08:52:36 +02:00
parent 3c01ffa27f
commit 9ef46ec9d5
1 changed files with 1 additions and 1 deletions

View File

@ -583,7 +583,7 @@ if (check_login()) {
}
if (empty($table->data)) {
ui_print_error_message(__('No available data to showaaaa'));
ui_print_error_message(__('No available data to show'));
} else {
ui_pagination(
count($count),