Skip to content

Commit

Permalink
Changes case for text.
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaosExAnima committed Feb 11, 2020
1 parent 076cf24 commit 6a91ec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _inc/client/pro-status/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ class ProStatus extends React.Component {
context: 'A caption for a small button to fix security issues.',
} );
} else {
action = __( 'See Threats', {
action = __( 'See threats', {
context: 'A caption for a small button to fix security issues.',
} );
}
Expand Down

0 comments on commit 6a91ec0

Please sign in to comment.