We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7d6660 commit 1e0bf54Copy full SHA for 1e0bf54
main/auth/justification.php
@@ -23,7 +23,7 @@
23
$formValidator->addHtml('<a name="'.$field['code'].'"></a>');
24
$formValidator->addFile($field['code'].'_file', [$field['name'], $field['comment']]);
25
if ($field['date_manual_on']) {
26
- $formValidator->addDatePicker($field['code'].'_date', $plugin->get_lang('DateValidity'));
+ $formValidator->addDatePicker($field['code'].'_date', $plugin->get_lang('ValidityDate'));
27
}
28
$formValidator->addHtml('<hr>');
29
0 commit comments