From 47ddbc5e0ed283dae91387ca01be8db6b42438ce Mon Sep 17 00:00:00 2001 From: yogeshbhutkar Date: Thu, 2 Jan 2025 13:36:35 +0530 Subject: [PATCH] i18n: Update label for comments pagination to 'Older Comments' --- .../block-library/src/comments-pagination-previous/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/block-library/src/comments-pagination-previous/index.js b/packages/block-library/src/comments-pagination-previous/index.js index f39618c689fbe..975d4c0b6cbc0 100644 --- a/packages/block-library/src/comments-pagination-previous/index.js +++ b/packages/block-library/src/comments-pagination-previous/index.js @@ -19,7 +19,7 @@ export const settings = { edit, example: { attributes: { - label: __( 'Comments Previous Page' ), + label: __( 'Older Comments' ), }, }, };