Skip to content

Commit

Permalink
Fix features in disconnect dialog (#10962)
Browse files Browse the repository at this point in the history
Ref: p6TEKc-2rH-p2
  • Loading branch information
keoshi authored Dec 13, 2018
1 parent 7df7d82 commit d0321bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _inc/client/components/jetpack-disconnect-dialog/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,15 +69,15 @@ export class JetpackDisconnectDialog extends React.Component {
icon: 'chat'
},
{
text: __( '13Gb of high-speed video hosting' ),
text: __( 'Unlimited, high-speed video hosting' ),
icon: 'video'
}
];

case 'is-business-plan':
return [
{
text: __( 'Daily, automated backups (unlimited storage)' ),
text: __( 'Real-time, automated backups (unlimited storage)' ),
icon: 'history'
},
{
Expand All @@ -89,7 +89,7 @@ export class JetpackDisconnectDialog extends React.Component {
icon: 'chat'
},
{
text: __( 'Unlimited high-speed video hosting' ),
text: __( 'Unlimited, high-speed video hosting' ),
icon: 'video'
},
{
Expand Down

0 comments on commit d0321bb

Please sign in to comment.