Skip to content

Commit

Permalink
Adjusts text to be more consistent and fix visual glitch (#14643)
Browse files Browse the repository at this point in the history
* Adjusts text to be more consistent and fix visual glitch.

Fixes #14641.

* Changes case for text.
  • Loading branch information
ChaosExAnima authored Feb 12, 2020
1 parent c4a400e commit abb11d4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions _inc/client/pro-status/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,9 @@ class ProStatus extends React.Component {
context: 'A caption for a small button to fix security issues.',
} );
} else {
message = __( 'Threats found!', {
context: 'Short warning message about new threats found.',
action = __( 'See threats', {
context: 'A caption for a small button to fix security issues.',
} );
action = __( 'FIX', { context: 'A caption for a small button to fix security issues.' } );
}
actionUrl = 'https://dashboard.vaultpress.com/';
break;
Expand Down

0 comments on commit abb11d4

Please sign in to comment.