Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adjusts text to be more consistent and fix visual glitch #14643

Merged
merged 2 commits into from
Feb 12, 2020
Merged
Changes from 1 commit
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