Skip to content

Commit

Permalink
Use title over completedTitle + empty title
Browse files Browse the repository at this point in the history
  • Loading branch information
sirreal committed Jul 19, 2018
1 parent 42b3d09 commit 6a7a07a
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions client/my-sites/checklist/jetpack-checklist.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,15 @@ import { translate } from 'i18n-calypso';
export const tasks = [
{
id: 'jetpack_brute_force',
completedTitle: translate(
"We've automatically protected you from brute force login attacks."
),
title: translate( "We've automatically protected you from brute force login attacks." ),
completed: true,
title: '', // Required prop, item is always complete
description: '', // Required prop, item is always complete
},
{
id: 'jetpack_spam_filtering',
completedTitle: translate( "We've automatically turned on spam filtering." ),
title: translate( "We've automatically turned on spam filtering." ),
completed: true,
description: '', // Required prop, item is always complete
title: '', // Required prop, item is always complete
},
{
id: 'jetpack_backups',
Expand Down

0 comments on commit 6a7a07a

Please sign in to comment.