mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
#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)) {
|
if (empty($table->data)) {
|
||||||
ui_print_error_message(__('No available data to showaaaa'));
|
ui_print_error_message(__('No available data to show'));
|
||||||
} else {
|
} else {
|
||||||
ui_pagination(
|
ui_pagination(
|
||||||
count($count),
|
count($count),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user