Skip to content

Commit 1e0bf54

Browse files
committed
Minor: Update language term in justification plugin file
1 parent b7d6660 commit 1e0bf54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/auth/justification.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
$formValidator->addHtml('<a name="'.$field['code'].'"></a>');
2424
$formValidator->addFile($field['code'].'_file', [$field['name'], $field['comment']]);
2525
if ($field['date_manual_on']) {
26-
$formValidator->addDatePicker($field['code'].'_date', $plugin->get_lang('DateValidity'));
26+
$formValidator->addDatePicker($field['code'].'_date', $plugin->get_lang('ValidityDate'));
2727
}
2828
$formValidator->addHtml('<hr>');
2929
}

0 commit comments

Comments
 (0)