Skip to content

Commit

Permalink
Protect: Update Auto fix all button message (#38387)
Browse files Browse the repository at this point in the history
* Update Auto fix all button for clear messaging

* changelog

* Update wording
  • Loading branch information
dkmyta authored Jul 22, 2024
1 parent 0bc9ec9 commit 92d8ed1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: changed

Update Auto fix all button message
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 Auto fix all. $s: Number of fixable threats. */
__( 'Auto fix all (%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 92d8ed1

Please sign in to comment.