Skip to content

Commit

Permalink
correct translation domain
Browse files Browse the repository at this point in the history
  • Loading branch information
pkevan committed Dec 10, 2024
1 parent 833fa25 commit 1e8724c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ function process_badges() {
// Badge_api doesn't return anything apart from a success message, so lets guess how many items were updated.
$count = count( $users );

return sprintf( _n( '%s badge updated', '%s badges updated', $count, 'wordcamp' ), number_format_i18n( $count ) );
return sprintf( _n( '%s badge updated', '%s badges updated', $count, 'wordcamporg' ), number_format_i18n( $count ) );
}

/**
Expand Down

0 comments on commit 1e8724c

Please sign in to comment.