Skip to content

Commit

Permalink
Update text_justified summary text
Browse files Browse the repository at this point in the history
  • Loading branch information
pattonwebz committed May 24, 2024
1 parent 497d90d commit dca64de
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions includes/rules.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,13 +104,7 @@
'info_url' => 'https://a11ychecker.com/help1980',
'slug' => 'text_justified',
'rule_type' => 'warning',
'summary' => sprintf(
// translators: %s is <code>&lt;p&gt;</code>, %s is <code>&lt;div&gt;</code>, %s is <code>&lt;td&gt;</code>.
esc_html__( 'A Text Justified warning shows up in Accessibility Checker when the text on your post or page, either a %1$s, %2$s, or %3$s element, with more than 500 characters has been styled with a justified alignment (text-align:justify). To fix this warning, you will need to remove the justified styling from the specified text elements.', 'accessibility-checker' ),
'<code>&lt;p&gt;</code>',
'<code>&lt;div&gt;</code>',
'<code>&lt;td&gt;</code>'
),
'summary' => esc_html__( 'A Text Justified warning appears in Accessibility Checker when text with more than 200 characters on your post or page is styled with justified alignment (text-align:justify). To fix this warning, remove the justified styling from the specified text elements.', 'accessibility-checker' ),
'ruleset' => 'js',
],
[
Expand Down

0 comments on commit dca64de

Please sign in to comment.