From 50e81af9754ffffa7f28d2a7d0bc3d0b4c911f41 Mon Sep 17 00:00:00 2001
From: Igor Biki <ibiki@uwaterloo.ca>
Date: Tue, 25 Feb 2025 14:24:12 -0500
Subject: [PATCH] ISTWCMS-7275: Rename 'References authors' block to 'Reference
 authors'

This change updates the block label to use singular form for consistency and clarity. No functional changes were made to the block's behavior.
---
 src/Plugin/Block/ReferenceAuthorsBlock.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Plugin/Block/ReferenceAuthorsBlock.php b/src/Plugin/Block/ReferenceAuthorsBlock.php
index b0ed3dd..d6184c2 100644
--- a/src/Plugin/Block/ReferenceAuthorsBlock.php
+++ b/src/Plugin/Block/ReferenceAuthorsBlock.php
@@ -11,7 +11,7 @@ use Drupal\Core\Session\AccountProxyInterface;
 use Symfony\Component\DependencyInjection\ContainerInterface;
 
 /**
- * Provides a 'References authors' block.
+ * Provides a 'Reference authors' block.
  *
  * @Block(
  *  id = "uw_publication_authors_block",
-- 
GitLab