From abb11d464074b673da2a5227670be5914f2c6e80 Mon Sep 17 00:00:00 2001 From: Echo Date: Wed, 12 Feb 2020 10:21:35 -0500 Subject: [PATCH] Adjusts text to be more consistent and fix visual glitch (#14643) * Adjusts text to be more consistent and fix visual glitch. Fixes #14641. * Changes case for text. --- _inc/client/pro-status/index.jsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/_inc/client/pro-status/index.jsx b/_inc/client/pro-status/index.jsx index 5d6816cbc9df0..0ca4f01179ca6 100644 --- a/_inc/client/pro-status/index.jsx +++ b/_inc/client/pro-status/index.jsx @@ -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;