Skip to content

Commit

Permalink
Restore the correct nicename for the label form fields fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pattonwebz committed Nov 15, 2024
1 parent da389bb commit 073c1a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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' );
}

/**
Expand Down

0 comments on commit 073c1a8

Please sign in to comment.