Skip to content

Commit

Permalink
phpcs
Browse files Browse the repository at this point in the history
  • Loading branch information
timiwahalahti committed Sep 21, 2023
1 parent e87dc63 commit ec453aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ public function notify_applicant_application_received( $email_address, $event_ci
//translators: 1: Name of the event. 2: City of the event.
$message = sprintf(
__(
"Thank you for applying to organize a %1$s in %2$s! We'll send you a follow-up e-mail once we've had a chance to review your application.",
"Thank you for applying to organize a %1\$s in %2\$s! We'll send you a follow-up e-mail once we've had a chance to review your application.",
'wordcamporg'
),
$this->get_event_label(),
Expand Down

0 comments on commit ec453aa

Please sign in to comment.