From 88581d07679f3f0f28e2ef2b856e318ea8f35232 Mon Sep 17 00:00:00 2001 From: yogeshbhutkar Date: Mon, 16 Dec 2024 08:55:28 +0530 Subject: [PATCH] Credits: Update 'Release Coordinator' to 'Release Coordination' --- src/wp-admin/credits.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/credits.php b/src/wp-admin/credits.php index 865177e5dc203..acc8a21c28ab8 100644 --- a/src/wp-admin/credits.php +++ b/src/wp-admin/credits.php @@ -135,7 +135,7 @@ __( 'Release Deputy' ); __( 'Core Developer' ); __( 'External Libraries' ); -__( 'Release Coordinator' ); +__( 'Release Coordination' ); __( 'Core Tech Lead' ); __( 'Core Triage Lead' ); __( 'Editor Tech Lead' );