Skip to content

Commit

Permalink
Update wording
Browse files Browse the repository at this point in the history
  • Loading branch information
dkmyta committed Jul 17, 2024
1 parent bbf2896 commit 6e28d25
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ const ThreatsList = () => {
onClick={ handleFixAllThreatsClick( fixableList ) }
>
{ sprintf(
/* translators: Translates to Show fixable threats $s: Number of fixable threats. */
__( 'Show fixable threats (%s)', 'jetpack-protect' ),
/* translators: Translates to Show auto fixers $s: Number of fixable threats. */
__( 'Show auto fixers (%s)', 'jetpack-protect' ),
fixableList.length
) }
</Button>
Expand Down

0 comments on commit 6e28d25

Please sign in to comment.