import { __, sprintf } from '@wordpress/i18n'; import React from 'react'; /** * BackupPromotion component definition. * * @return {React.Component} BackupPromotion component. */ export default function BackupPromotion() { return (

{ __( 'VaultPress Backup is the most proven WordPress backup plugin with 270 million site backups over the last ten years.', 'jetpack-backup-pkg' ) }

); }