#18085 fixed up error message
This commit is contained in:
parent
3c01ffa27f
commit
9ef46ec9d5
|
@ -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),
|
||||
|
|
Loading…
Reference in New Issue