errata fix

This commit is contained in:
fbsanchez 2021-03-18 11:48:52 +01:00
parent 38695482c0
commit ddb58f56e9
1 changed files with 1 additions and 1 deletions

View File

@ -577,7 +577,7 @@ function html_print_select_groups(
);
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) {