From 073c1a83826dca3ca8416765736a7d8850a372f4 Mon Sep 17 00:00:00 2001 From: pattonwebz Date: Fri, 15 Nov 2024 17:13:26 +0000 Subject: [PATCH] Restore the correct nicename for the label form fields fix --- .../classes/Fixes/Fix/AddLabelToUnlabelledFormFieldsFix.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/classes/Fixes/Fix/AddLabelToUnlabelledFormFieldsFix.php b/includes/classes/Fixes/Fix/AddLabelToUnlabelledFormFieldsFix.php index 1578a691..3342ed67 100644 --- a/includes/classes/Fixes/Fix/AddLabelToUnlabelledFormFieldsFix.php +++ b/includes/classes/Fixes/Fix/AddLabelToUnlabelledFormFieldsFix.php @@ -31,7 +31,7 @@ public static function get_slug(): string { * @return string */ public static function get_nicename(): string { - return __( 'Add Size & Type To File Links', 'accessibility-checker' ); + return __( 'Add Labels to Unlabelled Form Fields', 'accessibility-checker' ); } /**