Skip to content

Commit

Permalink
Merge pull request #5 from d4mation/fix-typo
Browse files Browse the repository at this point in the history
Fix Typo in Success Message
  • Loading branch information
gdarko authored Sep 5, 2019
2 parents 11bf428 + a2d5877 commit 29a4a30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/class-batch-ajax-handler.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ public function process_next_item() {
'percentage' => $percentage,
) );
} else {
$success_message = apply_filters( 'dg_batch_item_success_message', 'Perocessed item with id ' . $next_item->id, $next_item );
$success_message = apply_filters( 'dg_batch_item_success_message', 'Processed item with id ' . $next_item->id, $next_item );
wp_send_json_success( array(
'message' => $success_message,
'is_finished' => 0,
Expand Down

0 comments on commit 29a4a30

Please sign in to comment.