Skip to content

Commit

Permalink
Improve language for the error messate
Browse files Browse the repository at this point in the history
  • Loading branch information
renatonascalves committed Oct 9, 2024
1 parent 08a9c1b commit 084f747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/apple-actions/index/class-push.php
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ private function push( $user_id = null ): void {
// Reset the API postmeta if the article is deleted in Apple News.
$this->delete_post_meta( $this->id );

$error_message = __( 'The article seems to be deleted in Apple News. Reindexing the article in Apple News.', 'apple-news' );
$error_message = __( 'Publish to Apple News: This article was previously deleted in iCloud News Publisher. Due to your automatic publishing settings, it has been recreated on Apple News.', 'apple-news' );
} else {
$error_message = __( 'There has been an error with the Apple News API: ', 'apple-news' ) . esc_html( $original_error_message );
}
Expand Down

0 comments on commit 084f747

Please sign in to comment.