Skip to content

Commit

Permalink
clarify language on bulk export page
Browse files Browse the repository at this point in the history
  • Loading branch information
scottnelle committed Dec 10, 2024
1 parent af6c39f commit 42a7515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/partials/page-bulk-export.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
?>
<div class="wrap">
<h1><?php esc_html_e( 'Bulk Export Articles', 'apple-news' ); ?></h1>
<p><?php esc_html_e( "The following articles will be published to Apple News. Once started, it might take a while, please don't close the browser window.", 'apple-news' ); ?></p>
<p><?php esc_html_e( "The following articles will be published to Apple News. Articles which are already published will be updated. Once started, it might take a while to complete. Please don't close the browser window or navigate away from this page.", 'apple-news' ); ?></p>
<?php
/**
* Allows for custom HTML to be printed before the bulk export table.
Expand Down

0 comments on commit 42a7515

Please sign in to comment.