Skip to content

Commit eef4a2d

Browse files
pattonwebzclaude
andcommitted
PRO-960: Remove (all pages) from Dismiss Globally dropdown label
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent bd4b724 commit eef4a2d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/issueModal/components/DismissPanel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ const DismissPanel = ( { issue, isOpen, onToggle, onIgnore, onCloseModal, forceG
278278
handleToggleIgnore( true, true );
279279
} }
280280
>
281-
{ __( 'Dismiss Globally (all pages)', 'accessibility-checker' ) }
281+
{ __( 'Dismiss Globally', 'accessibility-checker' ) }
282282
</Button>
283283
) }
284284
</div>

0 commit comments

Comments
 (0)