Skip to content

Commit

Permalink
Checklist (Jetpack): Remove 'Backups and Scanning' task
Browse files Browse the repository at this point in the history
  • Loading branch information
ockham committed Jul 4, 2018
1 parent a57cb53 commit bba06d7
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions client/my-sites/checklist/jetpack-checklist.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,6 @@ const tasks = {
completedTitle: translate( "We've automatically turned on spam filtering." ),
completed: true,
},
jetpack_backups: {
title: translate( 'Backups & Scanning' ),
description: translate(
"Connect your site's server to Jetpack to perform backups, rewinds, and security scans."
),
completedTitle: translate( 'You turned on backups and scanning.' ),
completedButtonText: 'Change',
duration: translate( '2 min' ),
url: '/stats/activity/$siteSlug',
},
jetpack_monitor: {
title: translate( 'Jetpack Monitor' ),
description: translate(
Expand Down Expand Up @@ -61,7 +51,6 @@ const tasks = {
const sequence = [
'jetpack_brute_force',
'jetpack_spam_filtering',
'jetpack_backups',
'jetpack_monitor',
'jetpack_plugin_updates',
'jetpack_sign_in',
Expand Down

0 comments on commit bba06d7

Please sign in to comment.