Skip to content

Commit

Permalink
Better Naming of Parameters
Browse files Browse the repository at this point in the history
- #14
- #7
  • Loading branch information
aljawaid committed Jan 15, 2023
1 parent 6cb7d97 commit 02dbfb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Action/EmailTaskHistory.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ public function getActionRequiredParameters()
'project_email' => t('Project Email'),
'all' => t('Assignee, Creator & Project Email')
),
'check_box_include_title' => t('Include the Task Title and ID in the subject line?'),
'check_box_include_project' => t('Include the Project Name in the subject line?'),
'check_box_include_task_title' => t('Include the Task Title and ID in the subject line?'),
'check_box_include_project_name' => t('Include the Project Name in the subject line?'),
'check_box_include_project_identifier' => t('Include the Project Identifier in the subject line?'),
);
}
Expand Down

0 comments on commit 02dbfb5

Please sign in to comment.