Skip to content

Commit

Permalink
Reword posts page reset notice
Browse files Browse the repository at this point in the history
  • Loading branch information
mikachan committed Dec 5, 2024
1 parent d892300 commit f68a189
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const ResetPostsPageModal = ( { items, closeModal } ) => {
const modalText = sprintf(
// translators: %1$s: title of the page to be unset as the posts page, %2$s: post pages warning message.
__(
'Reset the posts page? "%1$s" will no longer be the posts page. %2$s'
'Reset the posts page? "%1$s" will no longer show the latest posts. %2$s'
),
pageTitle,
modalWarning
Expand Down

0 comments on commit f68a189

Please sign in to comment.