#13344 change message

This commit is contained in:
Jonathan 2024-04-12 13:10:49 +02:00
parent b942f8e66b
commit 776cfb7350
1 changed files with 1 additions and 1 deletions

View File

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