diff --git a/packages/edit-site/src/components/add-new-template/utils.js b/packages/edit-site/src/components/add-new-template/utils.js index 7309f2ff711ca..8de37c1f64632 100644 --- a/packages/edit-site/src/components/add-new-template/utils.js +++ b/packages/edit-site/src/components/add-new-template/utils.js @@ -146,7 +146,7 @@ export function usePostTypeArchiveMenuItems() { description: sprintf( // translators: %s: Name of the post type e.g: "Post". __( - 'Displays an archive with the latests posts of type: %s.' + 'Displays an archive with the latest posts of type: %s.' ), postType.labels.singular_name ),