Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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