Skip to content

Commit

Permalink
Merge pull request #813 from equalizedigital/william/8030172556/use-c…
Browse files Browse the repository at this point in the history
…orrect-nicename-for-unlabelled-fields-fix

Restore the correct nicename for the label form fields fix
  • Loading branch information
pattonwebz authored Nov 18, 2024
2 parents fb0ead1 + 073c1a8 commit 6544369
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 6544369

Please sign in to comment.