Skip to content

Commit

Permalink
[not verified] Updated Action to per i2 designs, learn more will be r…
Browse files Browse the repository at this point in the history
…e-added as part of next sprint when multiple action links are supported
  • Loading branch information
mdbitz committed Feb 24, 2020
1 parent 1fddafa commit 0f090d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _inc/lib/debugger/class-jetpack-cxn-tests.php
Original file line number Diff line number Diff line change
Expand Up @@ -114,15 +114,15 @@ protected function test__check_if_connected() {
admin_url( 'admin.php?page=jetpack#/dashboard' ),
'critical',
__( 'Your site is not connected to Jetpack', 'jetpack' ),
__( 'Learn more about this process', 'jetpack' ),
__( 'Reconnect your site now', 'jetpack' ),
sprintf(
'<p>%1$s</p>' .
'<p><span class="dashicons fail"><span class="screen-reader-text">%2$s</span></span> %3$s<strong> %4$s</strong></p>',
__( 'A healthy connection ensures Jetpack essential services are provided to your WordPress site, such as Stats and Site Security.', 'jetpack' ),
/* translators: screen reader text indicating a test failed */
__( 'Error', 'jetpack' ),
__( 'Your site is not connected to Jetpack.', 'jetpack' ),
__( 'We recommend connecting Jetpack.', 'jetpack' )
__( 'We recommend reconnecting Jetpack.', 'jetpack' )
)
);
}
Expand Down

0 comments on commit 0f090d7

Please sign in to comment.