Skip to content

Commit

Permalink
change letter casing
Browse files Browse the repository at this point in the history
  • Loading branch information
ilicfilip committed Jan 6, 2025
1 parent 13fcddc commit ac61411
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public function get_task_details( $task_id ) {

return [
'task_id' => $task_id,
'title' => \esc_html__( 'Set Tagline', 'progress-planner' ),
'title' => \esc_html__( 'Set tagline', 'progress-planner' ),
'parent' => 0,
'priority' => 'high',
'type' => 'maintenance',
Expand Down

0 comments on commit ac61411

Please sign in to comment.