diff --git a/_inc/lib/debugger/class-jetpack-cxn-tests.php b/_inc/lib/debugger/class-jetpack-cxn-tests.php index 037e3497a8846..235edc52ebde1 100644 --- a/_inc/lib/debugger/class-jetpack-cxn-tests.php +++ b/_inc/lib/debugger/class-jetpack-cxn-tests.php @@ -388,14 +388,16 @@ protected function test__sync_health() { $name, __( 'Jetpack Sync has been disabled on your site.', 'jetpack' ), 'enable_sync', - admin_url( '#' ), + 'https://github.com/Automattic/jetpack/blob/master/packages/sync/src/class-settings.php', 'recommended', __( 'Jetpack Sync has been disabled on your site.', 'jetpack' ), - __( 'Learn more about enabling Sync', 'jetpack' ), + __( 'See Github for more on Sync Settings', 'jetpack' ), sprintf( '

%1$s

' . - '

%2$s %3$s %4$s

', + '

%2$s

' . + '

%3$s %4$s %5$s

', __( 'The information synced by Jetpack ensures that Jetpack Search, Related Posts and other features are aligned with your site’s current content.', 'jetpack' ), + __( 'Developers may enable / disable syncing using the Sync Settings API.', 'jetpack' ), /* translators: screen reader text indicating a test failed */ __( 'Error', 'jetpack' ), __( 'Jetpack Sync has been disabled on your site. Without it, certain Jetpack features will not work.', 'jetpack' ),