 .../public_html/wp-content/themes/pub/wporg-developer/inc/handbooks.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/inc/handbooks.php b/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/inc/handbooks.php
index 1c2d355..c5deb11 100644
--- a/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/inc/handbooks.php
+++ b/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/inc/handbooks.php
@@ -195,7 +195,7 @@ class Devhub_Handbooks {
 	 */
 	public static function filter_handbook_label( $label, $post_type ) {
 		if ( 'rest-api-handbook' === $post_type ) {
-			$label = 'REST API Handbook';
+			$label = __( 'REST API Handbook', 'wporg' );
 		}
 
 		return $label;
