mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-05-03 22:30:50 +02:00
errata fix
This commit is contained in:
parent
38695482c0
commit
ddb58f56e9
@ -577,7 +577,7 @@ function html_print_select_groups(
|
|||||||
);
|
);
|
||||||
|
|
||||||
if ($required !== false) {
|
if ($required !== false) {
|
||||||
$require_message = __('Please select an item from this list. Madafaka');
|
$require_message = __('Please select an item from this list.');
|
||||||
}
|
}
|
||||||
|
|
||||||
if (empty($size) === true) {
|
if (empty($size) === true) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user