#13344 change bigger for later

This commit is contained in:
Jonathan 2024-04-12 11:35:45 +02:00
parent 5605b06809
commit 8b7125fd59
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@ ui_require_jquery_file('ui.datepicker-'.get_user_language(), 'include/javascript
if (date < $('#hidden-today_date').val()) {
confirmDialog({
title: "<?php echo __('Error'); ?>",
message: "<?php echo __('Date expiration must be bigger than today.'); ?>",
message: "<?php echo __('Date expiration must be later than today.'); ?>",
hideCancelButton: true,
});
} else{