Normalize case of the due date title across the code
This commit is contained in:
@@ -114,7 +114,7 @@ class IDF_Form_IssueCreate extends Pluf_Form
|
||||
));
|
||||
$this->fields['due_dtime'] = new Pluf_Form_Field_Datetime(
|
||||
array('required' => false,
|
||||
'label' => __('Due Date'),
|
||||
'label' => __('Due date'),
|
||||
'initial' => '',
|
||||
'widget_attrs' => array('size' => 15,),
|
||||
));
|
||||
|
Reference in New Issue
Block a user